TypeError: attempted to use private field on non-instance, js engine: hermes #2111
Open
4 tasks done
Labels
type:bug
Impaired feature or lacking behavior that is likely assumed
New Issue Checklist
Issue Description
If using react native and expo, I receive an error if I do something like
const parseQuery = new Parse.Query("Config");
.This happened after upgrading the parse library. It seems that 4.x is affected and also the 5.0.0
Steps to reproduce
I created a sample project that will end up in an error. Just use
yarn install
and thenyarn run start
.I tested on the android emulator via expo app. However same happens on ios.
Actual Outcome
The following error is thrown:
Expected Outcome
No such error.
The sample shows that if switched back to 3.5.1, the error does not appear but it is very old.
Client
Sample for reproduction
example.zip
The text was updated successfully, but these errors were encountered: