Dave

Results 2 comments of Dave

I am on an apple m1 chip. My workaround..... ```bash arch -x86_64 bash touch ~/.bashrc curl -sL https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.0/install.sh -o install_nvm.sh # I wanted to use node 14, so I had...

Had this problem with @ionic/react. Found that swiper.navigation module was getting initialized twice, creating two event listeners for the prev/next buttons. My workaround was to override the `onInit` method. ```...