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
cuid2 recently started using the newer JavaScript BigInt type. BigInts require ES2020 and are supported only by 95% of browsers. Polyfills for BigInts are slow and unpopular; ESBuild won't support one and Babel "doesn't support transforming BigInts.". Is support for the 1 in 20 people who use a non-BigInt-compatible browser on your radar?
The text was updated successfully, but these errors were encountered:
cuid2 recently started using the newer JavaScript BigInt type. BigInts require ES2020 and are supported only by 95% of browsers. Polyfills for BigInts are slow and unpopular; ESBuild won't support one and Babel "doesn't support transforming BigInts.". Is support for the 1 in 20 people who use a non-BigInt-compatible browser on your radar?
The text was updated successfully, but these errors were encountered: