Nadav Nuni

Results 6 comments of Nadav Nuni

I don't have an actual example, since I ended up not using this lib in the project, but I was talking about a use in the form's uiSchema, somehthing like...

For me it works with CRA 5....but I guess this should be specified in the docs in any case...

This is a major blocker for my team as well

yes, I'm also facing a similar issue with getting the cy element back from `CytoscapeComponent`

my workaround is currently putting all of my `useEffect(() => doStuffWithCy(cy))` code into a `setTimeout` with 1 ms...and it seem to work)

also - esbuild < 0.22 has security issues and the ~ symbol disallows us to upgrade it manually in our repo... reference: https://github.com/evanw/esbuild/issues/3802