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
{{ message }}
This repository was archived by the owner on Nov 9, 2024. It is now read-only.
2961-809c1f3bec2099a2.js:1 TypeError: e.fn is not a function
at 4196-45a1ea360224e18c.js:1:31229
at Array.map (<anonymous>)
at 4196-45a1ea360224e18c.js:1:31204
at 4196-45a1ea360224e18c.js:1:37405
at Array.reduce (<anonymous>)
at eZ (4196-45a1ea360224e18c.js:1:27992)
at 4196-45a1ea360224e18c.js:1:1643
at ap (bce60fc1-0399b9eba6931719.js:9:68389)
at ah (bce60fc1-0399b9eba6931719.js:9:68449)
at ay (bce60fc1-0399b9eba6931719.js:9:68888)
Looking into the tippy.js repo code, I saw that this line has to do with plugins. I am not loading any plugins with tippy, so I'm not sure why it is trying to call fn() on a plugin. I saw that the @tippyjs-react library does load some of its own plugins, so maybe there is an issue there?
I wasn't having this issue prior, but started seeing it pop up now after I upgraded Next version 13.4.9 -> 13.4.10.
rickdunkin, focux, FengeRVictor, shanehoban, urffin and 1 morefocux and FengeRVictor