-
-
Notifications
You must be signed in to change notification settings - Fork 98
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support React 19 #622
Comments
This not remotely sufficient for an issue, this is pretty disrespectful. What issue are you seeing implying that we don't support v19 |
Mostly based on #580 (comment) The statement is quite clear |
So your complaint is that the peer range needs to be bumped... That could have been said 😅 honestly we do this in our free time as well, don't want to dwell on this but... yeah |
I think we have a small misunderstanding here. There is no complaint, there is a request to provide support for React 19 in this project. Based on quick testing it seems that installAutoSignalTracking does not work and this is the first thing After that, it seems that #580 is still valid with React 19.0.0 as the tests will spit out the same error
|
Got something working with this, which should be compatible with React 18 also: Artur-@dc5ea89 |
@Artur- I apologize if this comes across as a misunderstanding, from my point of view it wasn't. The issue is very low effort, we as maintainers are pretty swamped with work outside of our job, I recognise that this issue might have been well intended, however to me it did not come across that way. The issue starts out with a blanket statement about "support react 19" without having done checks whether this is purely the peerDependency that needs to be bumped or whether there are aactual issues with the auto-runtime/transform/... when React 19 is involved. #624 will take care of the fixes, thank you @XantreDev for doing the work in finding the Note that the automatic runtime is expected to not work due to a lot of changes in the internal-dispatcher. We knew this ahead of time and already added a guard and might remove the automatic runtime in the future. |
Describe the feature you'd love to see
React 19 was released today
The text was updated successfully, but these errors were encountered: