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.
1 parent 10574e0 commit 5e18fbaCopy full SHA for 5e18fba
@plotly/dash-test-components/src/components/ShapeOrExactKeepOrderComponent.js
@@ -7,7 +7,8 @@ const ShapeOrExactKeepOrderComponent = (props) => {
7
return (
8
<div id={id} />
9
);
10
-}
+};
11
+
12
ShapeOrExactKeepOrderComponent.propTypes = {
13
id: PropTypes.string,
14
/**
@@ -44,6 +45,6 @@ ShapeOrExactKeepOrderComponent.propTypes = {
44
45
*/
46
y: PropTypes.string
47
}),
48
49
-export default ShapeOrExactKeepOrderComponent;
50
+export default ShapeOrExactKeepOrderComponent;
0 commit comments