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
Start an expo react native project, add effect, use effect somewhere in the code to initialize effect modules. It'll complain about missing TextEncoder api
What is the expected behavior?
effect by default should not depend on web-only api's or polyfill for react-native
What do you see instead?
crash
Additional information
No response
The text was updated successfully, but these errors were encountered:
What version of Effect is running?
3.9.2
What steps can reproduce the bug?
Start an expo react native project, add effect, use effect somewhere in the code to initialize effect modules. It'll complain about missing TextEncoder api
What is the expected behavior?
effect by default should not depend on web-only api's or polyfill for react-native
What do you see instead?
crash
Additional information
No response
The text was updated successfully, but these errors were encountered: