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
When combined with https://github.com/retejs/module-plugin the components inside the module won't receive calls for create / destroy. This makes sense if the created / destroyed is only meant for visible nodes.
However, it also doesn't seem to be possible to do engine.use(LifecyclePlugin) either (to get a callback for each data-processing node, regardless of the node origin).
So where would one do the initialization and destruction of per-node data for specific components?
The text was updated successfully, but these errors were encountered:
When combined with https://github.com/retejs/module-plugin the components inside the module won't receive calls for
create
/destroy
. This makes sense if the created / destroyed is only meant for visible nodes.However, it also doesn't seem to be possible to do
engine.use(LifecyclePlugin)
either (to get a callback for each data-processing node, regardless of the node origin).So where would one do the initialization and destruction of per-node data for specific components?
The text was updated successfully, but these errors were encountered: