This repository was archived by the owner on Nov 9, 2024. It is now read-only.
Replies: 1 comment
-
Looks like its related to new versions of NextJS due to a bug in SWC atomiks/tippyjs-react#379 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I hope here I can find an answer to my issue, I've been using Tippy react since a while ago but today I pushed an update to my project but for my surprise it shows an error message in the console saying e.fn does not exists:
which I've been looking into the library and it corresponds to the file
tippy-bundle.umd.js
at the functioncreateTippy
lines 695 to 697:I'm not sure why is this happening while I haven't change any tooltip logic. It only happens on production, when is build but not on development.
I'm using nextjs 13 tho.
Thanks in advance for any help you could provide.
Beta Was this translation helpful? Give feedback.
All reactions