sveltejs / svelte-devtools

A browser extension to inspect Svelte application by extending your browser devtools capabilities
https://chromewebstore.google.com/detail/svelte-devtools/kfidecgcdjjfpeckbblhmfkhmlgecoff
MIT License
1.48k stars 79 forks source link

Introduce swiperjs in svelte and report errors in devtool debugging #67

Closed mowtwo closed 7 months ago

mowtwo commented 2 years ago

Describe the bug Hello, I introduced swiperjs in svelte and reported an error in devtool debugging

To Reproduce Steps to reproduce the behavior:

  1. Install swiperjs
  2. Introduce and use swiperjs in your code
  3. Open svelte-devtool and click "click here"
  4. Console reports an error and devtool cannot work normally image

Expected behavior An error is reported and the root element displays an exception image image image image

Environment

ignatiusmb commented 1 year ago

Hi, can you provide a reproduction repository?

ignatiusmb commented 7 months ago

Closing as outdated, feel free to open another issue with a reproduction if the problem still persist