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
I got an error while trying to run this plugin in vue3 (inertiajs).
color.ts:15 Uncaught (in promise) Error: Attempting to parse an unsupported color function "oklch"
at Object.parse (color.ts:15:23)
at parseColor (color.ts:156:11)
at parseBackgroundColor (index.ts:155:11)
at index.ts:103:29
at step (tslib.es6.js:102:23)
at Object.next (tslib.es6.js:83:53)
at fulfilled (tslib.es6.js:73:58)
The text was updated successfully, but these errors were encountered:
Hi, thank you for reporting the issue, it would be great to share the package.json for me, so that I could help to locate the issue, were you using "Webpack" or "Vite" or any other bundler to run?
I got an error while trying to run this plugin in vue3 (inertiajs).
The text was updated successfully, but these errors were encountered: