Hello I would like to know when are you planning to add support to react 19
This is already supported for a long time.
It is? I am using @uppy/react v4.2.2 and the devDependencies I have in there are “react”: “^18.2.0” and “react-dom”: “^18.2.0”
devDependencies are for us, not you. You install react based on our peerDependencies requirements (which allows 19)
Thanks for the clarification and for the prompt reply. I just learned something.
I tried to update to react v19 and had issues, but I was on @uppy/react v4.0.3. And I see now that the peerDependencies of that version were only “react”: “^18.0.0”.
Now that I am on @uppy/react v4.2.2 I tried again to update to react v19 and it worked.