Skip to content

Commit f0fabe2

Browse files
authored
Merge branch 'develop' into dependabot/npm_and_yarn/async-2.6.4
2 parents 2967def + f600479 commit f0fabe2

34 files changed

Lines changed: 2848 additions & 4629 deletions

build/graphiqlAuthSwitch.asset.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<?php return array('dependencies' => array('react', 'react-dom', 'wp-element', 'wp-polyfill'), 'version' => '2b21c13919b5008e6bfa9e60da035790');
1+
<?php return array('dependencies' => array('react', 'react-dom', 'wp-element', 'wp-polyfill'), 'version' => 'd59ba71c2bcd32eae9086c15aa3f7aa8');

build/graphiqlAuthSwitch.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<?php return array('dependencies' => array('wp-element'), 'version' => '4f8fe033a6e24a3b03238c43398d524e');
1+
<?php return array('dependencies' => array('wp-element'), 'version' => 'f5c77f5ef61faad9f86be97f71917d1d');

build/graphiqlFullscreenToggle.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<?php return array('dependencies' => array('react', 'react-dom', 'wp-element', 'wp-polyfill'), 'version' => '76ec40e3461ed3def6c3d07be64ea6c2');
1+
<?php return array('dependencies' => array('react', 'react-dom', 'wp-element', 'wp-polyfill'), 'version' => '8984252476f155b082557841d345a6cf');

build/graphiqlQueryComposer.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/graphiql-auth-switch/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ hooks.addFilter(
6161
"graphiql_toolbar_before_buttons",
6262
"graphiql-auth-switch",
6363
(res) => {
64-
res.push(<AuthSwitch />);
64+
res.push(<AuthSwitch key="auth-switch" />);
6565
return res;
6666
},
6767
1

packages/graphiql-fullscreen-toggle/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ hooks.addFilter(
5454
"graphiql_toolbar_after_buttons",
5555
"graphiql-extension",
5656
(res, props) => {
57-
res.push(<FullScreenToggleButton />);
57+
res.push(<FullScreenToggleButton key="fullscreen-toggle" />);
5858
return res;
5959
}
6060
);

packages/graphiql-query-composer/components/AddOperations.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ const AddOperations = (props) => {
3333

3434
return (
3535
<Button
36+
key={i}
3637
style={{ marginBottom: `5px`, textTransform: `capitalize` }}
3738
block
3839
type="primary"

0 commit comments

Comments
 (0)