willkrakow
willkrakow
Not sure why your bug only happens in React 18, but this might help: In almost all browsers the Geolocation API is [only available in secure contexts](https://developer.mozilla.org/en-US/docs/Web/API/Geolocation_API) (i.e., over https)....
I believe this was introduced in https://github.com/pmndrs/gltfjsx/commit/e71898376e666677bb9cd54b160bcc64a2316afe. Animations are being overridden when we wrap the reassign the `gltf` parameter at the top of `parser/parse`
This is most likely an issue with your version of Node. Logical assignment operators were introduced in Node v15.0.0. Run `node -v` to check which version you're on.
> ### Summary and description > > Is there any further information on the setup with firebase? the docs currently show a hard coded sign up, but there is a...
Created a PR for this #154