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
{{ message }}
This repository has been archived by the owner on Sep 14, 2021. It is now read-only.
SyntaxError: JSON Parse error: Unexpected identifier "setImmediate$0"
at node_modules/react-native/Libraries/Core/ExceptionsManager.js:104:6 in reportException
at node_modules/react-native/Libraries/Core/ExceptionsManager.js:171:19 in handleException
at node_modules/react-native/Libraries/Core/setUpErrorHandling.js:24:6 in handleError
at node_modules/expo-error-recovery/build/ErrorRecovery.fx.js:9:32 in ErrorUtils.setGlobalHandler$argument_0
at [native code]:null in flushedQueue
at [native code]:null in invokeCallbackAndReturnFlushedQueue
It seems like the error is cause because the plaid link page is running window.postMessage with a string containing setImmediate$0 which is then passed to JSON.parse(e.nativeEvent.data), and since it is not valid JSON, it throws the error.
The text was updated successfully, but these errors were encountered:
When the WebView loads, it throws the error:
It seems like the error is cause because the plaid link page is running
window.postMessage
with a string containingsetImmediate$0
which is then passed to JSON.parse(e.nativeEvent.data), and since it is not valid JSON, it throws the error.The text was updated successfully, but these errors were encountered: