Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upEdge 18 (Object.fromEntries) not supported even with correct polyfills #16715
Labels
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Bug report
using the following
.babel.rcleads to a build that should in theory support edge 18.This can be confirmed by running
npx browserslist "> 0.25%". However, when testing live via browserstack (as its pretty hard to actually install edge 18), it seems like this is not the case, as the following bug pops up:To Reproduce
Unfortunately, it's pretty hard for me to reliably reproduce the bug in a minimal example as I can't even run edge 18 locally. However, navigating to https://staging-viteach.com/concepts/rational%20numbers with edge 18 AND logging in - no validation required - will produce the bug.
Expected behavior
Would think that the config creates the correct polyfill.
Screenshots
System information