Skip to content

Commit 841cb59

Browse files
committed
Pin react-lifecycle-visualizer version for demo
This prevents failure of the StackBlitz demo if there's problem with a newly released minor or patch version.
1 parent 75a1647 commit 841cb59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/parent-child-demo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@
1515
"react": "^17.0.1",
1616
"react-dom": "^17.0.1",
1717
"react-hot-loader": "^4.13.0",
18-
"react-lifecycle-visualizer": "^2.2.11"
18+
"react-lifecycle-visualizer": "2.2.11"
1919
}
2020
}

0 commit comments

Comments
 (0)