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 e33d7a8 commit 8cc8d49Copy full SHA for 8cc8d49
packages/dash-core-components/src/components/Graph.react.js
@@ -115,8 +115,6 @@ const ControlledPlotlyGraph = memo(props => {
115
);
116
});
117
118
-ControlledPlotlyGraph.propTypes = PropTypes.any;
119
-
120
PlotlyGraph.propTypes = {
121
...privatePropTypes,
122
@@ -515,6 +513,8 @@ PlotlyGraph.propTypes = {
515
513
}),
516
514
};
517
+ControlledPlotlyGraph.propTypes = PlotlyGraph.propTypes;
+
518
PlotlyGraph.defaultProps = {
519
...privateDefaultProps,
520
0 commit comments