sveltia / sveltia-cms

Alternative to Netlify/Decap CMS. Fast, lightweight, Git-based headless CMS. Modern UX, first-class i18n support, open source & free. Made with Svelte.
MIT License
952 stars 48 forks source link

Uncaught Error: effect_update_depth_exceeded #199

Closed bmackinney closed 2 months ago

bmackinney commented 2 months ago

Steps to reproduce:

  1. clone https://github.com/basa-casa/hugo-admin/tree/sveltia
  2. run hugo server and open http://localhost:1314/admin/#/collections/admin-pages
  3. Use local repository - select hugo-admin directory.
  4. JS error appears in console.
  5. Click on an entry - the URL changes but the livereload server does not finish.
kyoshino commented 2 months ago

Thanks for reporting the issue! It seems like a fallout from the Svelte 5 migration. Will check.

kyoshino commented 2 months ago

Just shipped v0.39.2 with the fix 🙇🏼