Open saalaus opened 2 years ago
@saalaus hi. I am no longer supporting this plugin. Haven't touched it since 2019, so I don't remember anything =D. Sorry.
@saalaus hi. I am no longer supporting this plugin. Haven't touched it since 2019, so I don't remember anything =D. Sorry.
oh, maybe you can look for at least some minimal example at you? I didn't find anything on the Internet
@saalaus all I have are examples in read me (sample code and the link to codepen) . I don't remember anything or have anything else. Sorry.
I want to create my custom node component, i have tried many things. I ended up creating my own function from scratch
And my component:
In my NodeView i have to return this in end, and in component class i have to call my NodeView function, because in stage0-render-plugin/src/index.js in function createNode use this:
that is, just take component and use component.component, dont call function. that is, if used as in the documentation there will be an error: use:
Error:
that's why i call my function NodeView, but it can't create more than one node How to do it right custom node with stage0?