-
Notifications
You must be signed in to change notification settings - Fork 36
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
Hermes needs to be disabled #153
Comments
I ran into the same issue, and disabling Hermes solved it for me as well. Thanks for sharing this 👍 When using advanced compilation it is possible to enable Hermes again |
It should be possible to define :language-out :es5 for the compiler so that this isn't an issue. @jeisses how do you re-enable hermes for advanced compilation? Manually? |
Yes manually, which is not great. |
Sorry I am new to clojurescript builds and haven’t figured out where to put that setting. I put that in build.edn but still get errors, is that the right place?
|
At least for android, instead of manually switching you could add |
I've seen talk of adding |
Ok.
|
In newer version of react native, Hermes is enabled by default which will result in errors like the following:
I suggest making a note of this and adding a link to these instructions in the reagent tutorial.
The text was updated successfully, but these errors were encountered: