Skip to content
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

[BUG]: drizzle-orm@0.30.10 not working with react@18.3.1 #2251

Open
davidaragundy opened this issue May 4, 2024 · 4 comments
Open

[BUG]: drizzle-orm@0.30.10 not working with react@18.3.1 #2251

davidaragundy opened this issue May 4, 2024 · 4 comments
Labels
bug Something isn't working

Comments

@davidaragundy
Copy link

What version of drizzle-orm are you using?

0.30.10

What version of drizzle-kit are you using?

No response

Describe the Bug

react@"18.2.0" is marked as the peer dependency

image

Expected behavior

the package should be installed with no problem :)

Environment & setup

No response

@codePassion-dot
Copy link

I'm experiencing the same issue, it happen to me yesterday trying to add drizzle to a fresh nextjs project

@Hrid-a
Copy link

Hrid-a commented May 23, 2024

I am getting the same error, is drizzle-orm not compatible with react@18.3.1
is there any solution guys

@dragerra
Copy link

dragerra commented May 27, 2024

it's look like the latest version of drizzle kit(0.21.4) doesn't work with react 18.3
drizzle-orm@0.30.10 is still working fine for me
Just downgrade drizzle kit(0.21.4) to drizzle kit(0.21.2):
npm install drizzle-kit@0.21.2

@Carlos-err406
Copy link

Carlos-err406 commented Jun 6, 2024

im also getting this on a fresh nextjs project when installing drizzle-orm
tried installing all versions of drizzle-orm down to 0.30.07 and still got the error,

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

5 participants