Skip to content

Commit 1cb7e83

Browse files
committed
Last lifecycle warnings out.
1 parent 13943e1 commit 1cb7e83

File tree

4 files changed

+79
-12737
lines changed

4 files changed

+79
-12737
lines changed

package-lock.json

Lines changed: 77 additions & 44 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@
175175
"polygon-offset": "0.3.1",
176176
"react-annotation": "^2.1.6",
177177
"regression": "^2.0.1",
178-
"semiotic-mark": "0.4.1",
178+
"semiotic-mark": "0.4.2",
179179
"svg-path-bounding-box": "1.0.4"
180180
},
181181
"nyc": {

src/components/interactionLayerBehavior/InteractionCanvas.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ class InteractionCanvas extends React.Component<InteractionCanvasProps, Interact
4040

4141
componentDidUpdate(prevProps: InteractionCanvasProps, prevState: InteractionCanvasState) {
4242
if (this.state.overlayRegions !== prevState.overlayRegions) {
43-
// this.canvasRendering()
43+
this.canvasRendering()
4444
}
4545
}
4646

0 commit comments

Comments
 (0)