-
-
Notifications
You must be signed in to change notification settings - Fork 535
[BUG] Tooltips fail to render in production build #936
New issue
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
Comments
I'm assuming you're running a project with Next.js 13. It appears there are some issues with the new minifier being used in version 13, so you can set If it ends up being something else, feel free to reopen the issue. |
Thanks for the quick response. We are using Next13. 🥂 |
Why is this ticket closed? I also have this problem in production: |
@vincentwinkel Upgrade to |
Uh oh!
There was an error while loading. Please reload this page.
Describe the bug
The tooltip does not render when used in production minified project.
_app-eda58d659857c8fd.js:15 Uncaught (in promise) TypeError: b is not a function
(minified name which isn't super helpful).Version of Package
v5.7.0 and 5.7.4
To Reproduce
We use nextjs, so running
yarn build
and thenyarn start
to use the minified production build:Expected behavior
I expect the tooltip to appear as it does when running
yarn dev
.Desktop
Additional context
Rolling back to 5.3.2 works as expected.
I know this might not be super helpful considering the issue only appears in a minified build. Please let me know if there's any other information that might help.
The text was updated successfully, but these errors were encountered: