—
—
Thank you React team, for listening! Maybe this all stems from suspense being referred to as "data fetching" in the React docs, water falling after all is usually a browser...
thanks for the context @hybridherbst this at least explains what is going on.
it does seem to center the model correctly in the demo you made? it seems to me you expect the component with the red wireframe to re-render because you called...
i think poimandres should host all these assets
@marwie i think it should be ```jsx export function Model({ foo, bar, ...props }) { const { nodes, materials } = useGLTF('/untitled-transformed.glb') return ( {foo} {bar} ) } ``` otherwise...
> Ah that's a good point. I missed that. I think currently all objects are collected at the start of codegen anyways so collecting that info could be added there....
> Any thoughts on the naming of `prop` vs `slot` for the custom data field? > > The default blender name is `prop` which also seems fitting and it would...
@marwie could you solve the conflicts?
@AlaricBaraou i missed this, but i can explain now, this was by design: it prevented some edge cases and browser jerks, like maxing a window could skip frames and many...
@donmccurdy no issues with that! but i'm a little out of the loop, do you think it's fine?