Skip to content

Commit

Permalink
fix: eslint warnings left 10/26
Browse files Browse the repository at this point in the history
  • Loading branch information
mbondyra committed Jun 25, 2020
1 parent e406243 commit 0440122
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ export function EditorFrame(props: EditorFrameProps) {
newState: initialVisualizationState,
});
}
}, [allLoaded, activeVisualization, state.visualization.state]);
}, [allLoaded, activeVisualization, state.visualization.state, framePublicAPI]);

// The frame needs to call onChange every time its internal state changes
useEffect(() => {
Expand Down

0 comments on commit 0440122

Please sign in to comment.