Hi @Ni55aN can you or someone else tell me how to update node.data with a redux state?
What I'm trying to do is to have like an Inspector component (react) with values dispatched from node.data, and change them on Inspector and update the change automatically on node.data.
I tried dispatch inside worker() but it's not good because the editor triggers every worker of every node, so it's not the desired effect...
Hi @Ni55aN can you or someone else tell me how to update node.data with a redux state? What I'm trying to do is to have like an Inspector component (react) with values dispatched from node.data, and change them on Inspector and update the change automatically on node.data.
I tried dispatch inside worker() but it's not good because the editor triggers every worker of every node, so it's not the desired effect...
Do you have any experiene on this?
best regards.