Ron Korland
Ron Korland
@kneth the following stack trace is not enough? ``` get (Results.js:62) getOwnPropertyDescriptor (OrderedCollection.js:62) set (OrderedCollection.js:51) Results (Results.js:33) objects (Realm.js:691) getObjects (index.cjs:151) anonymous (index.cjs:182) mountMemo (ReactNativeRenderer-dev.js:11819) useMemo (ReactNativeRenderer-dev.js:12275) useMemo (react.development.js:1650) useQuery...
I'm using `react-native`: `0.73.6` but I have the same issue
> > I'm using `react-native`: `0.73.6` but I have the same issue > > @ronkorland > > do you have this`@babel/plugin-transform-private-methods` in your babel config? That seems to have been...
@Mitch528 I try now with the reset cache but I still have the same error
> hmm, facing the same issue > > I've resolved it by adding `exclude: /node_modules\/realm\//` into babel config > > as I see, the main issue was having this plugin`'@babel/plugin-proposal-private-methods'`...