Replies: 1 comment
-
Hey Chris! I ran into the same issue recently 😅 Here's what worked for me:
// package.json
"overrides": {
"@tabler/icons-react": {
"react": "^19.0.0"
}
} |
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
-
Hey there, I am trying to migrate a project to latest NextJS and React 19 and @tabler/icons-react is the only dependency for me that is not compatible with React 19 yet. What steps have to be done to make this happen? Can we just bump the react version in the package.json?
Beta Was this translation helpful? Give feedback.
All reactions