Luiz Fernando de Morais
Results
2
comments of
Luiz Fernando de Morais
Can't you return the value that you're receiving as prop instead of pass the useSelector? 🤔 You might not have your state up to date when you're trying to get...
> @john-terrell Running with the following env variable made the trick for me. `export CPPFLAGS="-DPNG_ARM_NEON_OPT=0"` or `CPPFLAGS="-DPNG_ARM_NEON_OPT=0" npm install imagemin-optipng --save-dev` > > For reference, I was able to install...