You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In some recent version of tailwind theme('aria') started returning an object with strings as the values, while this plugin expects an array of strings as the values. This causes the plugin to fail when building.
In some recent version of tailwind
theme('aria')
started returning an object with strings as the values, while this plugin expects an array of strings as the values. This causes the plugin to fail when building.theme('aria')
usage: https://github.com/mellambias/tailwind-aria/blob/master/index.js#L46where it fails due to an assumption of it being an array instead of a string: https://github.com/mellambias/tailwind-aria/blob/master/index.js#L53
The text was updated successfully, but these errors were encountered: