a-type / verdant

🌿 Storage, sync & realtime for local-first web apps. Build an app in minutes, deploy as a static page, and add sync with a few lines.
https://verdant.dev
GNU Affero General Public License v3.0
188 stars 4 forks source link

Entity.getAll returns the actual view object #417

Closed a-type closed 1 month ago

a-type commented 1 month ago

This allows you to accidentally mutate it.

Maybe freezing it would work? Or shallow clone...

Array.sort is the worst offender.