Closed mosesintech closed 4 years ago
urql version & exchanges: urql: v1.10.1 next-urql: v2.1.0
Steps to reproduce
Expected behavior Expect to be able to use withUrqlClient without issues.
Actual behavior Import withUrqlClient causes an issue, without even using it.
Failed to Compile:
Error in Terminal:
NOTE: There is no issue with next-urql v2.0.0, but only with v2.1.0.
My dependencies:
"dependencies": { "bcryptjs": "^2.4.3", "connect-session-knex": "^2.0.0", "express": "^4.17.1", "express-graphql": "^0.11.0", "express-session": "^1.17.1", "graphql": "^15.3.0", "graphql-iso-date": "^3.6.1", "js-cookie": "^2.2.1", "knex": "^0.21.6", "next": "9.5.5", "next-urql": "^2.1.0", "pg": "^8.4.1", "react": "17.0.1", "react-dom": "17.0.1", "react-is": "^17.0.1", "sass": "^1.27.0", "urql": "^1.10.1" }` ``
Hiya we've just noticed this issue too. This was related to an invalid build. If you upgrade to next-urql@2.1.1 you'll find that it has been fixed ✌️
next-urql@2.1.1
Thank you! ^-^
urql version & exchanges: urql: v1.10.1 next-urql: v2.1.0
Steps to reproduce
Expected behavior Expect to be able to use withUrqlClient without issues.
Actual behavior Import withUrqlClient causes an issue, without even using it.
Failed to Compile:
Error in Terminal:
NOTE: There is no issue with next-urql v2.0.0, but only with v2.1.0.
My dependencies: