Hakan Saglam
Hakan Saglam
We upgraded react native version from 0.69.5 to 0.71.13 and then we just started to get syntax error from JSON.parse(). After deactivating hermes again, the issue is resolved. We could...
> > We upgraded react native version from 0.69.5 to 0.71.13 and then we just started to get syntax error from JSON.parse(). After deactivating hermes again, the issue is resolved....
> @hakansaglam29 I just tried your example and it parses with Hermes without an error. Yes. if you try this output directly, JSON.parse is working. But i am getting this...
> @hakansaglam29 We can't debug the issue until you provide working repro steps. You should also open a new issue as this doesn't have to do with JSON parsing performance....
Does this error still exist?