-
is there something special you have to do to pass a ref to the Image component from Solito? I'm trying to do something simple like this
but |
Beta Was this translation helpful? Give feedback.
Answered by
nandorojo
Oct 19, 2023
Replies: 1 comment 4 replies
-
Unfortunately Next doesn’t forward the ref to its image: vercel/next.js#43267 https://github.com/nandorojo/solito/blob/master/src/image/expo/image.web.tsx#L24C7-L30 |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Just released 4.1.2 which should address this: https://github.com/nandorojo/solito/releases/tag/v4.1.2