-
I want to get the ref of the Tilt element but doing
does not work for me. Is there any way to get this ref? |
Beta Was this translation helpful? Give feedback.
Answered by
gsajith
May 28, 2021
Replies: 1 comment
-
I looked a bit more and found it :) Had to use |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
gsajith
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I looked a bit more and found it :)
Had to use
canvasRef.current.wrapperEl.node
.