We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
data-testid="graphiql-container"
1 parent 955573a commit ea6393dCopy full SHA for ea6393d
.changeset/hungry-spiders-cheat.md
@@ -0,0 +1,5 @@
1
+---
2
+'graphiql': major
3
4
+
5
+remove `data-testid="graphiql-container"`
packages/graphiql/src/components/GraphiQL.tsx
@@ -462,10 +462,7 @@ export function GraphiQLInterface(props: GraphiQLInterfaceProps) {
462
463
return (
464
<Tooltip.Provider>
465
- <div
466
- data-testid="graphiql-container"
467
- className={`graphiql-container${className}`}
468
- >
+ <div className={`graphiql-container${className}`}>
469
<div className="graphiql-sidebar">
470
<div className="graphiql-sidebar-section">
471
{pluginContext?.plugins.map((plugin, index) => {
0 commit comments