Closed alexanderbsd closed 4 months ago
Hello @alexanderbsd, thank you for your interest! You can find a working example here. It uses useLayoutEffect
along with useRef
in the CustomOrbGraphImpl
component to get it to work. If it does not seem useful, feel free to share your code so we can figure out how to make it work. I hope it helps!
Works well. Thanks a lot!
Glad I could help, feel free to ask if you have any further questions :)
Hi all,
Is there a simple template for React? Trying to integrate it using useRefs and orb.view.render doesn't seem to be called from useLayoutEffect. Thank you