Sundin
Results
4
comments of
Sundin
Same for me, this is how my `.babelrc` looked initially: ``` { "plugins": [ "react-hot-loader/babel", "transform-class-properties", "transform-object-rest-spread" ], "presets": ["env", "react"], "env": { "start": { "presets": ["react-hmre"] } } }...
This problem is still present in Flutter 3.7.1. I causes me some headaches, as I want to have a high resolution image to cover the entire screen, thus needing to...