Frederik Wagner
Frederik Wagner
Certainly a cool idea, I'll put it into the backlog
Unfortunately, I am unable to reproduce. Can you give detailed instructions on how to reproduce this issue, please?
I'll close this issue for now, if you are able to reproduce it, then feel free to re-open
Unfortunately, `abstract static` properties are currently not supported in TypeScript (https://github.com/microsoft/TypeScript/issues/34516). I could use static properties but this would not be enforced by the type system, so I opted for...
That is actually surprisingly difficult to do with the current implementation without having a lot of edge cases 😞 I'll put it into the backlog but I don't expect to...
Is this what you are looking for? https://v2.baklava.tech/visual-editor/customization.html#custom-components
Done in [v2.5.0](https://github.com/newcat/baklavajs/releases/tag/v2.5.0)
Not easy to implement, unfortunately. I'll put it into the backlog so I can implement it if I have more time.
I released [v2.4.5](https://github.com/newcat/baklavajs/releases/tag/v2.4.5) that includes the fix from #409. Please check if that fixes your issue since I am currently unable to reproduce the problem in my projects.
It is probably possible, but I don't know an easy solution. In your mapping node, you essentially have to check which nodes it is connected to. This can be achieved...