Replies: 2 comments 1 reply
|
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... |
Troubleshooting the
|

Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Tried to wrap the react-image-area, but the error below on rendering.
If I use
rx.NoSSRComponentinstead, 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=19e.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
All reactions