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
I'm getting this error whenever i interact with the emulator
the error points to this file
\node_modules\react-native\Libraries\Renderer\implementations\ReactNativeRenderer-dev.js
this particular snippet function getParent(inst) { for (let inst = currentInst; inst; inst = inst.return) { // TODO: If this is a HostRoot we might want to bail out. // ... other logic ... if (inst.tag !== HostComponent) { break; } }
The text was updated successfully, but these errors were encountered:
I'm getting this error whenever i interact with the emulator
the error points to this file
\node_modules\react-native\Libraries\Renderer\implementations\ReactNativeRenderer-dev.js
this particular snippet
function getParent(inst) { for (let inst = currentInst; inst; inst = inst.return) { // TODO: If this is a HostRoot we might want to bail out. // ... other logic ... if (inst.tag !== HostComponent) { break; } }
The text was updated successfully, but these errors were encountered: