-
Notifications
You must be signed in to change notification settings - Fork 33
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
4.x requires React 18 #151
Labels
bug
Something isn't working
Comments
Hi @jameshartig, thank you for opening this issue, nice catch! Thanks 🙂 |
jameshartig
added a commit
to jameshartig/proxy-client-react
that referenced
this issue
Nov 16, 2023
Tymek
pushed a commit
that referenced
this issue
Nov 27, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
In #125
startTransition
was used which requires React 18. The Readme makes no mention of this and only talks about Node 14 and specifically says there's no other changes.Steps to reproduce the bug
Error: Uncaught [TypeError: i.startTransition is not a function]
Expected behavior
I expected the Readme to mention that React <18 are no longer supported.
Logs, error output, etc.
No response
Screenshots
No response
Additional context
Alternatively, it would be nice if this would still support React older than 18. For example, you could useuseTransition
instead to get astartTransition
function./cc @faessler
Unleash version
No response
Subscription type
None
Hosting type
None
SDK information (language and version)
No response
The text was updated successfully, but these errors were encountered: