johnfiorilla-refundlabs

Results 3 comments of johnfiorilla-refundlabs

Thanks @zposten, I had a similar issue and your comment helped me to find my own solution, which was initializing `.babelrc` with: ``` { "presets": ["@babel/preset-env", "@babel/preset-react"], "plugins": ["@babel/plugin-proposal-class-properties"] }...