You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While working on a PR for #327, I noticed that the material atomic prop has an API generated for it, but as far as I can see there is no worker handler for a setMaterial op.
While working on a PR for #327, I noticed that the
material
atomic prop has an API generated for it, but as far as I can see there is no worker handler for asetMaterial
op.Here's a quick thrown together example - one cube has its material set on creation in it's body props, another tries to set it in an effect.
https://codesandbox.io/s/missing-setmaterial-op-repro-3bhes?file=/src/index.js
Is this just a miss? I take it this API wouldn't be used often.
I'm happy to create a PR to add the missing handler to the worker if it's something we want to add 🙂
The text was updated successfully, but these errors were encountered: