Skip to content

Methods are not ran in modules #11

Description

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions