-
Notifications
You must be signed in to change notification settings - Fork 26
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
Something is off with Safari #12
Comments
Hi, please try using version v.1.3.0 and let me know, if the problem still persists. |
I'll give it a try, thanks |
Tried it locally, and it seems to be working, Nice! |
Cool, thank you for letting me know, @mgatelabs! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm trying to figure out what is going on with my app and safari. I was able to trace it down to THREE.Interactive as the part which causes the crash. The crash only tells me "SyntaxError: Left hand side of operator '=' must be a reference." and something about promiseReactionJob, but no other details, no line number.
What I tried:
So it feels like something is off when the dependency is used, since if I natively bring in the class and use it, everything is fine. I know THREE had a similar issue a few years ago from this page: angular/angular-cli#21107
Repo: https://github.com/mgatelabs/GenshinSolvers
Live: https://mgatelabs.github.io/GenshinSolvers/ (This will have the internal version of Three.Interactive for now)
Also, I tried the sample apps linked to the Readme and in safari they are working, so unsure what is going on.
The text was updated successfully, but these errors were encountered: