We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
With nx setup getting this error during build
nx
[ERROR] Could not resolve "@floating-ui/dom" node_modules/flowbite-angular/fesm2022/flowbite-angular-dropdown.mjs:9:65: 9 │ ...osition, offset, flip, shift, autoUpdate } from '@floating-ui/dom';
The text was updated successfully, but these errors were encountered:
That's why we have to get rid of @floating-ui
@floating-ui
Add this into your package.json "@floating-ui/dom": "1.2.6",
"@floating-ui/dom": "1.2.6",
Sorry, something went wrong.
Yes, added for now, hopefully it's temporary.
It's temporary, this library need to go out since we can achieve the same result with TailwindCSS classes
@flowbite-ui/dom
No branches or pull requests
With
nx
setup getting this error during buildThe text was updated successfully, but these errors were encountered: