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
The way that the FormData API is polyfilled breaks form submissions in React Native, and is probably not necessary anymore in any event as the current Node LTS 18 has access to the FormData API and all browsers have had it. To use the library in our react native app we've had to patch out the FormData polyfill.
The text was updated successfully, but these errors were encountered:
The way that the FormData API is polyfilled breaks form submissions in React Native, and is probably not necessary anymore in any event as the current Node LTS 18 has access to the FormData API and all browsers have had it. To use the library in our react native app we've had to patch out the FormData polyfill.
The text was updated successfully, but these errors were encountered: