cauduro.dev
cauduro.dev
Also having issues on a fresh install. Does this project work for the M1? My specs: - m1 mac - node v16.14.2 ``` ❯ Clone https://github.com/gridsome/gridsome-starter-default.git 1.5s ❯ Update project...
OK that worked for me - just using nvm with node 14 - thanks!
I had the same issue when running playwright e2e tests - it cannot click the tabs. Adding the event listener as described by u3u fixed it.
Can confirm downgrading from 2.2.9 to 2.2.8 works as expected. 2.2.9 introduced some CSS issue where nextui does not render styling correctly. This is with a default next 14.1 installation...
I had the same issue and to get the interface working I created a new named tab - possibly related to the root cause.
Installing in the docker image ``` apt-get install -y libglib2.0 libnss3 libgconf-2-4 libfontconfig1 chromium-driver ``` fixes the issue for me.