Martin Capodici
Martin Capodici
Hello William Sorry to divert this thread, but it is kind of related, and I cannot see and advice about it in the repo. My question is how do I...
Sorry - slight amendment - I for some reason had my "Next" hat on. For the general case you might what to render a regular ``, since this library has...
Thanks. For various reasons I have gone back to rolling my own component for this. Not a criticism though I often find this when using UI libraries that I need...
Hi, just a random opinion from the internet :-) I wouldn't do a code change for this because you can just set `compile = False` in your config file. The...
I had a similar exception, but it didn't mention `stop=False` To fix I had to make sure that my text was in a separate block from the gen: Fails: ```...
Thanks @techbech, based on your sample, sticking this in `onReady` seems to work around the issue. Nice if this were a configuration option to begin with though. ```typescript api.onWillDragPanel((event) =>...
Is this still an issue or been fixed since? The `overflow: hidden` fixed it for me, and also seems to have fixed it in your stackblitz link. @artaommahe .
I got something to work using React context. I think this might be the simplest way to do it. Wrap the `` in a context that is specifically for that...
If you think this is a good approach, I am happy to PR to add an example.
> If you have any good examples of sending through application state without using a full state mananger (redux, mobx etc) I would be more than happy to accept PRs...