Tim Ellenberger

Results 29 comments of Tim Ellenberger
trafficstars

I was about to post but found a solution I have a component library, with an example CRA app inside for development In the CRA app's package.json I had to...

I think that sounds pretty reasonable. In that case, maybe adding this functionality to `permanentTrackX`/`permanentTrackY`/`permanentTracks` would make the most sense ?

@skrichten I've been thinking about this a bit and it could make for some interesting flexibility. I can imagine some helper function for generating and passing the [x, y, z]...

Thanks for this! Should we bump the minimum version of threejs?

Hey thanks for spotting this, what version of three.js are you using?

There are two scenarios where the canvas will appear to "reset" 1. You have `{ cameraControls: { resetCameraFlag: true } }` which is the intended behavior 2. You've changed some...

@tim-kozak @laukaichung I agree, I've added to my list of todos. I've been waiting to add anything substantial before the `@react-sping/web` stable release (which I've just finished) https://github.com/tim-soft/react-spring-lightbox/pull/35

I suspect this may have something to do with the aliased+repackaged @tim-soft/[email protected] Coincidentally I just started the upgrade to the official and stable @react-spring/[email protected] here https://github.com/tim-soft/react-spring-lightbox/pull/35 It's mostly working but...

@pswai I just released `[email protected]` using `@react-spring/[email protected]` , can you give this new version a try?

@dineshpannu can you repro in a code sandbox? you wouldn't happen to be passing `undefined` for onNext/onPrev props? @pswai can you repro in a codesandbox?