Next.js Discord

Discord Forum

Polyfills not working

Unanswered
Asian black bear posted this in #help-forum
Open in Discord
Asian black bearOP
The docs say older browsers are supported via polyfills for features like optional chaining, but my bundled client code still contains the syntax.

It looks like nextjs will correctly polyfill for source code, but not library code:
https://github.com/vercel/next.js/issues/45473

2 Replies

Asian black bearOP
This is breaking our app for users on older browsers and I can't see anyway to fix it
It seems like its been broken for a while (see issue linked)