-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Compatibility Issue with React 19 Release Candidate #1240
Comments
I believe this is due to the forwardRef changes, I did a quick test of mty codebase & couldn't compile under 19 |
i'm encountering the same issue Error Details
|
I've encountered the same issue. with Nextjs 15 and React 19. Installing with
|
use this
|
This pins to react 18, which is not what this ticket is about. This is about support for React 19. |
Hey folks, thanks for making us aware of this. We've just added React 19 support in #1247 and will get a new release cut shortly 👍 |
Hey just another update on this—we've got the release out. You can now install the latest version of Heroicons in a React 19 project without having to use "force": npm install @heroicons/react@latest Let me know if you run into any issues! 👍 |
I ran into an issue when trying to install
@heroicons/react
with the React 19 release candidate (19.0.0-rc-69d4b800-20241021
). The installation fails due to a dependency conflict because@heroicons/react
currently supports React versions>= 16
, which doesn’t appear to include compatibility with React 19.Error Details
Steps to Reproduce
npx create-next-app@latest
).@heroicons/react
:Environment:
@heroicons/react
version: 2.1.5Workarounds I Found:
Request:
Any chance you could add support for the React 19 release candidates? It would make it easier for others exploring the latest React updates to use Heroicons!
Thanks so much!
The text was updated successfully, but these errors were encountered: