-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Add support for React 19 #7115
Comments
I would love react 19 support to be able to leverage the improved custom elements integration. |
Currently there are still a lot of use cases of |
I just had a quick scan through the repository and it looks like all the references to |
@bradchristensen I don't think so, see #7139 |
Oh of course - I hadn't considered dependencies, sorry. Good catch! |
Unfortunately. I have tested other parts of Blueprint and it seems the most acted-up library is the aforementioned React-Popper. Others maintain functionality as is on React 18 and lower. What I fear is that this refactor would require either keeping the old Popper.js code and creating a switch whether it's React 17 and higher or React 16 ( Worst case scenario is to find a more supported solution or start cooking Popper.js wrapper that supports all flavors of React |
2 weeks and no news, guess I will take a look at it myself |
Environment
"@blueprintjs/core": "^5.11.0"
Feature request
I want to leverage React 19 in my app which uses Blueprint in order to benefit from the React compiler, other performance improvements, and the new hooks.
Blueprint currently requires:
I can use the beta compiler runtime until Blueprint can upgrade:
Examples
The text was updated successfully, but these errors were encountered: