You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Also, we probably also need proper storage primitives, because all the storage primitives (right now) greatly thrash memory and cpu compared to if the storage primitives were non-polyfilled.
(build on top of tracked requires decorator + class + instance on top of the native tracked implementation), and doing that for every tracked value is a lot.
Tracking issue for readying this package to be the "polyfill" for emberjs/rfcs#812 – we will keep this updated as that evolves!
delete
doesn't trigger recomputation #27TrackedArray
constructor #317TrackedObject
constructor #318The text was updated successfully, but these errors were encountered: