Tomm Huth

Results 10 comments of Tomm Huth
trafficstars

Any news on this? Changes in query params should be reflected in the url as well, particularly if this is available in pure NextJS.

I thought this would be easy to do as I _have_ gotten this to work a while back, but surprisingly no matter what [major version of R3F, React or Threejs...

I'm having the same issue, but @scriptify's fix does not work for me, any ETA for a fix for this? @MihirGH

Having looked into this, I can't see anywhere that media attribute is being changed, but I do see that the relevant `link` has its `rel` set from `stylesheet` to `preload`....

For anyone needing a dirty quick fix for this one until a fix is released, simply importing the modules whose style is needed in `_app.js` solved it for me without...

The challenge with this is that it does not always happen -- 3 seconds, once, is probably not sufficient -- and I have found no way of forcing the issue....

I've tried all kinds of variations possible within the fairly limited demo sandbox: - `world.step(step, timeSinceLastCall)` vs `world.step(step)` - setting `body.velocity.z` dependant on `useFrame` `delta` (not sure if that even...

so after switching to `world.step(step)` with no extra params, have not seen this bug at all. Isn't the whole point of those extra params to make for a more consistent...

sorry about that, https://codesandbox.io/p/sandbox/serene-brattain-qwd278 is now public