Replies: 1 comment
-
Update -- Trying with With reflex pinned lower so that it uses react 18, the component renders. I now get a different error when I click on the image, but that's probably because I haven't wrapped it right yet... |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Tried to wrap the react-image-area, but the error below on rendering.
If I use
rx.NoSSRComponent
instead, I don't get an error, but nothing is rendered (element is not in the DOM), but no errors in terminal either.Link to repo here
Very similar component to #4943 , thought it might allow me to avoid the issue I was having there, but apparently not...
Thoughts:
react=16.0
, and maybe this is an issue again withreact=19
e.g.I'm not sure if my issues is that there actually is an incompatibility, or whether I should be including some other lib or something?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions