Skip to content

Commit

Permalink
chore: updated readme to point to new issues found with svelte5
Browse files Browse the repository at this point in the history
  • Loading branch information
FoHoOV committed Feb 21, 2024
1 parent 52b1fad commit e969842
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ You can find the demo at [this](https://todos-fohoov.vercel.app/) url (it might
2. goto the frontend project and follow the steps of its README.md

# known bugs
1. conditional rendering: https://github.com/sveltejs/svelte/issues/10321
1. conditional rendering (affects NavbarItems but I fixed it with a work around for now): https://github.com/sveltejs/svelte/issues/10321
2. animation bugs(this bug basically destroys my UX but whatever :D): https://github.com/sveltejs/svelte/issues/10493

3. reassignment not causing rerender (affects Alert component dismiss functionality): https://github.com/sveltejs/svelte/issues/10593
# important

you might need to delete the database after an update. I'll not implement migrations until I'm completely happy with the project. If you are required to delete the db after an update I'll mention it in the release notes (_/ω\_)
Expand Down

0 comments on commit e969842

Please sign in to comment.