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
Until recently I could use serialize with my custom FromData instance within nodejs (from the "form-data" npm package) but with the introduction of isReactNativeBlob an error is thrown because it uses FormData directly.
Maybe it would be a solution to add an option to specify if we don't use React Native at all ? or pass the FormData constructor in options ?