Skip to content

Commit

Permalink
Add missing dependencies in example (#22712)
Browse files Browse the repository at this point in the history
@babel/plugin-proposal-class-properties is missing in with-mobx-react-lite example
  • Loading branch information
Pomaio authored Mar 3, 2021
1 parent bdc20c2 commit e04d399
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions examples/with-mobx-react-lite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,8 @@
"react": "^17.0.1",
"react-dom": "^17.0.1"
},
"devDependencies": {
"@babel/plugin-proposal-class-properties": "^7.1.0"
},
"license": "MIT"
}

0 comments on commit e04d399

Please sign in to comment.