We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
#2763 - Already mention this issue, maybe a regression?
After upgrading graphiql from 3.0.5 to 3.1.0 i'm getting the following runtime error in the browser console
graphiql
Upgrading error should not throw error
No response
react
graphql
The text was updated successfully, but these errors were encountered:
Happens for us as well when using toolbar with additionalContent with a plugin which uses useEditorContext.
toolbar
additionalContent
useEditorContext
E.g. with using the plugin from this pull request: #3055
I think if that is expected to happen then I feel like some documentation for the toolbar and adding a how-to do a toolbar plugin is missing.
Sorry, something went wrong.
If you add a no-op for the caller you can get a new error:
useEditorContext({ nonNull: true, caller: () => {}, });
#3509
No branches or pull requests
Is there an existing issue for this?
#2763 - Already mention this issue, maybe a regression?
Current Behavior
After upgrading
graphiql
from 3.0.5 to 3.1.0 i'm getting the following runtime error in the browser consoleExpected Behavior
Upgrading error should not throw error
Steps To Reproduce
No response
Environment
react
Version: 18.2.0graphql
Version: 16.8.1Anything else?
No response
The text was updated successfully, but these errors were encountered: