graphql-voyager icon indicating copy to clipboard operation
graphql-voyager copied to clipboard

Using as a dependency in create-react-app fails to render

Open SuryaKrishnaMoorthy opened this issue 6 years ago • 2 comments

I am getting a transmitting screen and then it disappears with these errors in console. screen shot 2019-01-01 at 2 31 56 pm

Here is the github link to recreate the error: https://github.com/SuryaKrishnaMoorthy/graphql_view

SuryaKrishnaMoorthy avatar Jan 01 '19 22:01 SuryaKrishnaMoorthy

Did you solve this? I had the same issue and it was related to not using the correct version of graphql in my package.json. Version 14.0.2 fixed this for me

stevenmckinnon avatar Feb 08 '19 09:02 stevenmckinnon

Add Graphql in dependencies. (It works for me...) cap 814

hmarchadour avatar Jul 30 '19 12:07 hmarchadour