You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi we have discovered a bug where two chrome extensions have managed to block all our javascript. More precisely, the imports of splide were no longer resolved and therefore not executed. This only happened when cookies were rejected. The cookietool used is cookiebot. When I removed the imports from splide on the website, the entire javascript worked again. Unfortunately I didn't get a console error either.
Unfortunately I can't really debug into it, but I have created a github repo with a reproduction.
I don't know if this topic is in the right place, but you know best about splide and can hopefully debug further. I think the goal is that splide should work with every chrome extension.
btw splide is a banger :)
The text was updated successfully, but these errors were encountered:
Checks
Version
4.1.3
Description
Hi we have discovered a bug where two chrome extensions have managed to block all our javascript. More precisely, the imports of splide were no longer resolved and therefore not executed. This only happened when cookies were rejected. The cookietool used is cookiebot. When I removed the imports from splide on the website, the entire javascript worked again. Unfortunately I didn't get a console error either.
Unfortunately I can't really debug into it, but I have created a github repo with a reproduction.
Here are the two chrome extensions:
https://chromewebstore.google.com/detail/whatruns/cmkdbmfndkfgebldhnkbfhlneefdaaip?hl=de&utm_source=ext_sidebar
https://chromewebstore.google.com/detail/vuejs-devtools/nhdogjmejiglipccpnnnanhbledajbpd
Reproduction Link
https://github.com/samuelreichor/splide-block-reproduction
Steps to Reproduce
Expected Behaviour
I don't know if this topic is in the right place, but you know best about splide and can hopefully debug further. I think the goal is that splide should work with every chrome extension.
btw splide is a banger :)
The text was updated successfully, but these errors were encountered: