Skip to content

Commit

Permalink
Removed babel class properties, caused FlatList to stop working
Browse files Browse the repository at this point in the history
  • Loading branch information
colehoux committed Nov 6, 2023
1 parent 0dadb15 commit 4b4ccfb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion template/babel.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ module.exports = {
plugins: [
'babel-plugin-transform-typescript-metadata',
['@babel/plugin-proposal-decorators', { legacy: true }],
['@babel/plugin-proposal-class-properties', { loose: true }],
[
'module-resolver',
{
Expand Down
1 change: 0 additions & 1 deletion template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@
},
"devDependencies": {
"@babel/core": "^7.22.0",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-decorators": "^7.23.0",
"@babel/plugin-transform-class-static-block": "^7.22.11",
"@babel/preset-env": "^7.22.20",
Expand Down

0 comments on commit 4b4ccfb

Please sign in to comment.