Skip to content

Commit 560b29a

Browse files
committed
Temporarily downgrade demo to 2.2.3 due to StackBlitz npm cache issue
The current version gives a `Failure: unsatisfied version range` error on StackBlitz. Normally it only takes a couple of minutes for the published version to become visible, but it looks like sometimes the cache needs a manual push. (stackblitz/core#624)
1 parent 2a6c3e5 commit 560b29a

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": "16.8.6",
1616
"react-dom": "16.8.6",
1717
"react-hot-loader": "4.11.1",
18-
"react-lifecycle-visualizer": "^2.2.4"
18+
"react-lifecycle-visualizer": "^2.2.3"
1919
}
2020
}

0 commit comments

Comments
 (0)