-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
1.4.0 breaks GraphQL #2826
Comments
@ivosabev Can you please create a minimal reproduction with as little as possible/needed dependencies? |
This is likely happening because you have two versions of GraphQL in your lock file (i.e. You can either figure out what dependencies need graphql and update them or use a https://classic.yarnpkg.com/lang/en/docs/selective-version-resolutions/ |
I do not think that is the case. Here is my graphql dependency graph, which shows I only use
Also this error does not exist on Unfortunately I do not have the ability to create a simple test project, because the codebase is too big and it will take me forever to simplify it. |
Is the dependency graph you're showing the one you get when upgrading to 1.4.0 or with 1.3.4 ? |
It is not changing between updates, it is the same for 1.3.4 and 1.4.1 These are the remix packages I am upgrading. @remix-run/express 1.3.4 ❯ 1.4.1 |
I've narrowed it down to having a folder
and the |
@ivosabev is this still a problem with 1.7.5? |
This issue has been automatically closed because we haven't received a response from the original author 🙈. This automation helps keep the issue tracker clean from issues that are unactionable. Please reach out if you have more information for us! 🙂 |
What version of Remix are you using?
1.4.0
Steps to Reproduce
Excerpt from package.json
Expected Behavior
No errors :)
Actual Behavior
This is the error I get:
The error happens when I call
printSchema
fromgraphql
Downgrading to 1.3.4 fixes the issue.
The text was updated successfully, but these errors were encountered: