-
-
Notifications
You must be signed in to change notification settings - Fork 831
Open
Description
Issue workflow progress
Progress of the issue based on the Contributor Workflow
- 1. The issue provides a reproduction available on Github, Stackblitz or CodeSandbox
Make sure to fork this template and run
yarn generate
in the terminal.Please make sure the GraphQL Tools package versions under
package.json
matches yours. - 2. A failing test has been provided
- 3. A local solution has been provided
- 4. A pull request is pending review
Describe the bug
Version 8.3.0 requires react as dependency.
To Reproduce
Steps to reproduce the behavior:
For example import
import { createServerHttpLink } from '@graphql-tools/links'
And try to run without react on path
Expected behavior
Graphql tools are possible to run server side without react dependency.
Environment:
- OS: Any
@graphql-tools/8.3.0
:- NodeJS: Any
Additional context
It looks like d76a299 added
import * as apolloImport from '@apollo/client';
That triggers react dependency
@apollo/client/core
should be used instead
Grmiade
Metadata
Metadata
Assignees
Labels
No labels