doczjs / docz

✍ It has never been so easy to document your things!
https://docz.site
MIT License
23.55k stars 1.45k forks source link

Error on first install. nError handler for invocation 'building-schema', error was 'TypeError: (0 , _buildASTSchema.getDescription) #1721

Closed renanbronchart closed 2 years ago

renanbronchart commented 2 years ago

Bug Report

I have a react-native project with dependency to "graphql": "^15.6.1", "react-native": "0.65.1", "react": "17.0.2", "react-dom": "17.0.2",

When I tried to run docz after install yarn docz:dev

I have this error:

Missing onError handler for invocation 'building-schema', error was 'TypeError: (0 , _buildASTSchema.getDescription) is not a function'. Stacktrace was
'TypeError: (0 , _buildASTSchema.getDescription) is not a function
JamesIves commented 2 years ago

I'm getting this also. Is there a fix available for this?

renatobenks commented 2 years ago

duplicated by #1624