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 Jan 1, 2025. It is now read-only.
I believe this is a regression introduced in 0.7.7 specifically cff5015
The problem seems to be that
isSSR
is evaluating to true in the react native environment, thus executing the this resolver delete statement:Recoil/packages/recoil/hooks/Recoil_Hooks.js
Lines 69 to 75 in dba6c40
Not sure if that's a new thing - I was just trying this out with react-native 0.72.3 so that may be due to a recent change in react native.
PR coming in a moment
The text was updated successfully, but these errors were encountered: