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
I'm working with front-end requirements that would allow me to use async functions out of the box. Unfortunately I still need to bundle the regenerator runtime in order to use [email protected]....
This leads me to the question if you could drop transpilation of async functions.
At this point, all browsers except for IE 11 (dead) support async functions, cf. caniuse.
Using babel@7 people that still need to support IE 11 or other (older) browsers could transpile async via overrides.
The text was updated successfully, but these errors were encountered:
Thanks for providing
react-form@4
❤️.I'm working with front-end requirements that would allow me to use async functions out of the box. Unfortunately I still need to bundle the regenerator runtime in order to use
[email protected]...
.This leads me to the question if you could drop transpilation of async functions.
At this point, all browsers except for IE 11 (dead) support async functions, cf. caniuse.
Using
babel@7
people that still need to support IE 11 or other (older) browsers could transpileasync
via overrides.The text was updated successfully, but these errors were encountered: