Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(admin-ui): Fix theme & ui language switcher
Fixes #3111. The recent changes in the data layer introduced this regression. The solution is to internally use a ReplaySubject inside the QueryResult class so that the initial values of any queryRef are always available, even when subscribed _after_ the first value was emitted.
- Loading branch information