Xavier Harris

Results 7 comments of Xavier Harris

> Hey guys, what if you use `onMouseDown` instead of `onClick`? This doesn't reset focus for me. I also added a `preventDefault()` at the end of the `onMouseDown` and it...

I had similar issues with `npm dev` but solved it using steps here: https://stackoverflow.com/a/64847989 and replacing `@babylonjs` with `@capacitor-community/app-react`.

![crash](https://i.imgur.com/9CInr4S.png) cmake-gui crashes for me. Through CLI it makes empty bin and CMakeFiles and does nothing else. I only have these issues on Windows. On Ubuntu all I had to...

After lots of messing around, I've gotten this to build successfully on Windows 10 with Visual Studio 2017 and cmake 3.17 . I'm not sure which changes I made were...

@uSources Have you tried the steps/fork I posted above your comment? I was having the same issue.

Another (similar) workaround found in #936 is using `key={new Date().getTime()}` in MapContainer. Edit: Here's another workaround. The one above was causing my map to reload and reset the zoom level...