You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -252,6 +252,9 @@ export class ReactPerfDevtool extends React.Component {
252
252
})
253
253
254
254
this.clearMeasures()
255
+
256
+
// Makes sure that we are not batching calls for example - setting chart state here false and batching drawChart may result in an error because the canvas may not render.
0 commit comments