Stijn Van Nieuwenhuyse
Stijn Van Nieuwenhuyse
## I'm submitting a... [ ] Regression (a behavior that used to work and stopped working in a new release) [x] Bug report [ ] Performance issue [ ] Feature...
A type error occurs when using the fetch operator with rxjs 7. ``` TS2322: Type 'Observable' is not assignable to type 'EffectResult'. Type 'Observable' is not assignable to type 'Observable'. ...
### Current Behavior Running `nx format` on GitHub Actions fails with: ``` Error: spawnSync /bin/sh E2BIG at Object.spawnSync (node:internal/child_process:1110:20) at spawnSync (node:child_process:8[7](https://github.com/flirits/flux-web/actions/runs/5276442833/jobs/9543158719#step:5:8)1:24) at execSync (node:child_process:952:15) at write (/home/runner/work/flux-web/flux-web/node_modules/nx/src/command-line/format/format.js:110:3[8](https://github.com/flirits/flux-web/actions/runs/5276442833/jobs/9543158719#step:5:9)) at /home/runner/work/flux-web/flux-web/node_modules/nx/src/command-line/format/format.js:32:46...
Do not deselect comparable already selected value with setSelection.
Given the following interface ```typescript interface State { selectedId: string; dictionary: {[key: string]: { foo: string}}; } ``` How can I build a lens to get/set/modify the selected element (`State.dictionary[State.selectedId]`)?...