Skip to content

Commit d71dabc

Browse files
committed
fix event handlers
1 parent d3d31e0 commit d71dabc

File tree

6 files changed

+411
-325
lines changed

6 files changed

+411
-325
lines changed

.babelrc

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"presets": [
3+
"@babel/preset-flow"
4+
],
5+
"plugins": [
6+
"@babel/plugin-proposal-class-properties"
7+
]
8+
}

0 commit comments

Comments
 (0)