Skip to content

Tag: use-ref

ref is null Typescript + NextJS

I need to call methods from a custom child component inside the parent component. But unfortunately the ref to the child component (called CanvasUI) is always null. I don’t understand why as it seems to me that I have implemented everything correctly. This is my parent component And this is the CanvasUI…