Skip to content
This repository was archived by the owner on Apr 30, 2021. It is now read-only.

Commit 51f1bc5

Browse files
committed
Allow RR canvas be reused by children
1 parent 6c6e22b commit 51f1bc5

16 files changed

+1670
-53
lines changed

.babelrc

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
{
22
"presets": [
33
"backpack",
4+
"react",
45
"stage-0"
56
],
67
"plugins": [
7-
"transform-flow-strip-types"
8+
89
]
910
}

.flowconfig

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
[ignore]
2+
node_modules
3+
4+
[include]
5+
src
6+
7+
[libs]
8+
9+
[options]

0 commit comments

Comments
 (0)