jaydenseric / next-graphql-react

A graphql-react integration for Next.js.
https://npm.im/next-graphql-react
MIT License
77 stars 7 forks source link

Compatibility with next.js v14 #7

Closed TheMikeyRoss closed 11 months ago

TheMikeyRoss commented 11 months ago

I got this issue after updating my next.js to version 14.0.1

npm ERR! Could not resolve dependency:
npm ERR! peer next@"12 - 13" from next-graphql-react@15.0.2
npm ERR! node_modules/next-graphql-react
npm ERR!   next-graphql-react@"^15.0.2" from the root project
jaydenseric commented 11 months ago

Yes I have been working on compatibility with Next.js 14 this week, but got bogged down by having to redo a lot of tests because they annoyingly removed the next export command.

TheMikeyRoss commented 11 months ago

@jaydenseric no problem brother, take your time. I appreciate your work 👍

I reverted back to next.js v13.5.0 for now

jaydenseric commented 11 months ago

This is fixed in v16.0.0 🚀