This repository has been archived by the owner on Jun 27, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 137
v2.1.0 is causing error with popper.js #80
Comments
Are you using Mix / Webpack? |
yes it's a pretty classic laravel-mix config |
Same here, using laravel mix (Laravel 9), errors where fixed by using version 2.0.0, but had to add <Table :inertia="$inertia" to Table component as well, otherwise I get a runtime error. |
Same here, using laravel mix (Laravel 8), errors where fixed by using version 2.0.0, but had to add <Table :inertia="$inertia" to Table component as well, otherwise I get a runtime error. |
i have try using the v.2.0 but giving error same |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
i suppose it's linked to popperjs being now merged into floating-ui
my package.json :
reverting back to 2.0.* solved the issue
The text was updated successfully, but these errors were encountered: