—
—
Is this possible? I couldn't make it work ```jsx {(item, opened, toggle) => { ``` a possible solution could be ```jsx const [item, opened, toggle] = adopt() ```
If you like i could support it: https://github.com/drcmda/react-zdog either by making a reconciler (with native elements for rect/ellipse/etc) or wraps - not sure yet. But zdog seems a little rough...
for reference https://github.com/pmndrs/react-xr/blob/master/src/XR.tsx#L315-L324 ```jsx export const XRCanvas = React.forwardRef(function XRCanvas( { foveation, referenceSpace, onSessionStart, onSessionEnd, onVisibilityChange, onInputSourcesChange, children, ...rest }, forwardedRef ) { return ( {children} ) }) ``` i...
It seems to happen randomly. I've caught a gpu status report here: https://gist.github.com/drcmda/d673bcb234a4e3b1851cf1964be651bc @FarazzShaikh can this be related to clearing and or scissor?
- the github repo moved to /pmndrs - new namespace: @react-three/fiber - attach is not needed if geometries end in "Geometry" (BoxGeometry) and materials in "Material" (MeshBasicMaterial)
I have to admit i am new to this fantastic lib, but i don't understand why MeshLine has to be a factory class, from the docs it seems like we...
I would like to suggest adding these. They are very common use cases and for each and every redux-like lib i use i usually end up having to write it...
I'm trying to use powerplug in a docz Playground, where components can only be instanciated without carrying state. I would like to run a couple of actions once the component...
example: https://codesandbox.io/s/r3f-drei-meshwobblematerial-tjmu2?file=/src/App.js all playfair variants have this problem, even the non-italic ones. https://fonts.google.com/specimen/Playfair+Display?category=Serif&thickness=6
## Let's collect some links here ❤️ We could feature more projects on the front-page or put an extensive list on the (upcoming) webpage. This issue could also serve as...