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 7b8072b commit 2137159Copy full SHA for 2137159
src/grid.tsx
@@ -22,7 +22,6 @@ class Grid extends Component<Partial<UserConfig>, any> {
22
}
23
24
componentDidUpdate() {
25
- console.log('XXXX')
26
this.instance.updateConfig(this.props).forceRender();
27
28
0 commit comments