stylelint / stylelint-demo

The online demo on the Stylelint website
https://stylelint.io/demo/
MIT License
14 stars 7 forks source link

Playground broken when third-party (cross-site) cookies are disabled #412

Open Gitoffthelawn opened 1 week ago

Gitoffthelawn commented 1 week ago

What steps are needed to reproduce the bug?

  1. Open Firefox
  2. Disable third-party (cross-site) cookies via Firefox's main settings UI
  3. Go to https://stylelint.io/demo/
  4. Enter any CSS into the left pane
  5. Notice that the right pane does not reflect the code in the left pane
  6. Click on the Problems tab
  7. Notice that the playground always reports No problems!

What did you expect to happen?

For the playground to work, even when third-party cookies are disabled.

What actually happened?

CSS code from left pane does not appear in right pane. CSS code errors are never found.

stylelint io playground bug screenshot

ota-meshi commented 1 week ago

Maybe it's a problem with the WebContainer API, follow this link: https://github.com/stackblitz/webcontainer-core/issues/1417