You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Removed examples: **GraphiQL x Parcel** and **GraphiQL x Create React App**
16
+
- UMD build is removed. Use the ESM-based CDN instead.
17
+
- Removed props
18
+
-`keyMap`. To use Vim or Emacs keybindings in Monaco, you can use community plugins. Monaco Vim: https://github.com/brijeshb42/monaco-vim. Monaco Emacs: https://github.com/aioutecism/monaco-emacs
'`keyMap` was removed. To use Vim or Emacs keybindings in Monaco, you can use community plugins. Monaco Vim: https://github.com/brijeshb42/monaco-vim. Monaco Emacs: https://github.com/aioutecism/monaco-emacs',
104
103
);
105
104
}
105
+
// @ts-expect-error -- Prop is removed
106
+
if(props.readOnly){
107
+
thrownewTypeError('`readOnly` was removed.');
108
+
}
106
109
constinterfaceProps: GraphiQLInterfaceProps={
107
110
// TODO check if `showPersistHeadersSettings` prop is needed, or we can just use `shouldPersistHeaders` instead
0 commit comments