Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ERROR ReferenceError: Property 'currentInst' doesn't exist, js engine: hermes #1500

Closed
NessaAz opened this issue Sep 3, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@NessaAz
Copy link

NessaAz commented Sep 3, 2024

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;         }       }

@NessaAz NessaAz added the bug Something isn't working label Sep 3, 2024
@tmikov
Copy link
Contributor

tmikov commented Sep 3, 2024

I am sorry, this GitHub repository is for reporting bugs in the Hermes compiler and VM. We can't really help you with this.

@tmikov tmikov closed this as completed Sep 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants