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
{{ message }}
This repository was archived by the owner on Jul 30, 2018. It is now read-only.
In order to use an observable memory store consumers currently need to add boiler plate that mixes in the required classes to create factory for createObservableStore (example).
This will be a common use case so we should expose this directly from stores, the implementation should be able to infer the type of the store data to ensure the consumer avoids having to use any casts like here