Jordi Marimon
Jordi Marimon
I have also been experiencing this on Firefox but not in Chrome. I did this to solve the problem temporally: ``` {{ column }} {{ item }} ``` I put...
Some System information: - Node version: 16.14.0 - NPM version: 8.7.0 - OS: Ubuntu 20.04 I'm having a similar issue with version `0.3.0` of `@web/dev-server-esbuild`. Also the issue disappears when...
I think I have found where the error is thrown: https://github.com/dperini/nwsapi/blob/master/src/nwsapi.js#L896-L1277 I think it's because `:p-4` is not a valid pseudo class. If I were open to help, does nwsapi...
After looking more into it, I have found one possible solution, although maybe it's not the way you want to approach this. I have added in the `makeref` implementation to...