rornic
rornic
+1 I've just run into the same issue with checkboxes.
I'm running into the same issue. In this case I'm using`bind:selectedItem` in combination with `onChange` that causes a page reload, which causes `onChange` to fire again and enter a loop....
I'm seeing the same error message using a `PbrBundle` with and without the extra `bevy_render` dependency. Bevy 0.13.2 System info: ``` 2024-05-04T18:11:11.728782Z INFO bevy_render::renderer: AdapterInfo { name: "NVIDIA GeForce RTX...
I played around with this a bit more and got it to start up by explicitly setting my rendering backend to OpenGL - it renders fine but with a bunch...
I got to the bottom of the error on my end. I was working on migrating an old project over to bevy -- I hadn't realised it was on 2018...