Tram-One / tram-one

🚋 Legacy View Framework For Vanilla Javascript
http://tram-one.io/
MIT License
36 stars 8 forks source link

Fix Array in useStore (v10.0.1) #152

Closed JRJurman closed 3 years ago

JRJurman commented 3 years ago

Summary

In the release of v10, the ability to store arrays was broken (because to make a shallow copy, the spread syntax for objects was used, but this inadvertently changed arrays to objects). There was no regression test for this, so a new one has been added.

Checklist