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 e4833e2 commit caa1ef4Copy full SHA for caa1ef4
src/ParentWidget.js
@@ -63,7 +63,7 @@ export class ParentControl extends React.Component {
63
}
64
65
componentDidUpdate(prevProps) {
66
- if (prevProps.value !== this.props.value) {
+ if (prevProps.value !== this.props.value && this.state.optionsLoaded) {
67
// update options with the new parent
68
this.setState({
69
options: this.getOptions(this.state.options[0].entries),
0 commit comments