Bryant Smith

Results 7 comments of Bryant Smith

> https://github.com/utsuboco/THREE.MeshLine I made a new version of a library using vite and typescript. > > Temporary I published it on npm under the name meshline. It should work the...

+1, it really tripped me up when I tried to query references with graphql and could only go one direction. Had to rethink my content model pretty substantially. :(

To future travelers, I was able to reset the form by changing the `key` on the `MailchimpSubscribe` component. Beware, this will force that component to mount/remount--which is probably what you...

@JayBox325 I no longer have access to that codebase, but literally as simple as the below. :) Not the most elegant thing, but just exploiting the react-ism that changing a...

Ah! I feel silly for not noticing but there's a comment in the embedded `` component in this library indicating it was originally a fork of drei's! So maybe it's...

Confirmed that this issue happens with older versions of all of these packages (including react 18) when you wrap Canvas children with ``. I suppose the inheritance of StrictMode across...

Seems like this effect is also a problem in StrictMode. https://github.com/pmndrs/react-three-a11y/blob/fc70f2676723ffef85f3a0d7bdef7c463c22e950/src/A11y.tsx#L131 The double-firing of the effect sets the `componentIsMounted` ref to false. This aborts the call to `setA11yState` in `handleOnPointerOut`....