#Polyfills not working

3 messages · Page 1 of 1 (latest)

tulip cloud
#

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

GitHub

Verify canary release I verified that the issue exists in the latest Next.js canary release Provide environment information Operating System: Platform: linux Arch: x64 Version: #64-Ubuntu SMP Thu J...

visual hearthBOT
#

🔎 This post has been indexed in our web forum and will be seen by search engines so other users can find it outside Discord

🕵️ Your user profile is private by default and won't be visible to users outside Discord, if you want to be visible in the web forum you can add the "Public Profile" role in id:customize

✅ You can mark a message as the answer for your post with Right click -> Apps -> Mark Solution
(if you don't see the option, try refreshing Discord with Ctrl + R)

tulip cloud
#

This is breaking our app for users on older browsers and I can't see anyway to fix it