Replies: 1 comment
-
Hello @mg-aceik, thanks for raising this. We’ve reviewed the idea but decided to keep the SDK locked to React 19 for now. Because the package is still pre-1.0, we’d rather focus on a single major React version (and its newer APIs) instead of maintaining a test matrix for both 18 & 19. We’ll re-evaluate broader compatibility once the SDK is more mature. Appreciate the suggestion and please keep the feedback coming! |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Is your suggestion related to a problem? Please describe.
Unless you have a particular reason for locking it to react 19, I'd suggest just remove that dependency and have it infer from next (which is at time of writing ^18.2.0 || ^19.0.0)
Describe the solution you'd like
This will ensure better backwards compatibility
Is there a way to achieve this functionality with exisiting tools?
No response
Additional information
No response
Beta Was this translation helpful? Give feedback.
All reactions