Open romanroe opened 4 years ago
@sengmann Currently the Facade#select() returns Observable<Readonly<S>>
, which only marks the state's props as readonly (shallow). We should use DeepPartial
since the whole state is frozen, not only direct properties.
@romanroe Do we want to change our implementation? Otherwise I would like to close this issue.