Chart of State is not correctly displayed in Redux Devtools
- Dominant language
- F#
- Stars
- 41
- Forks
- 11
- Avg merge
- 7h 50m
- Merged PRs (30d)
- 3
Description
### Description
When using elmish/debugger with Redux Devtools, the chart of the State only contains one data point with "error":

### Repro code
The Increment/Decrement Elmish demo in conjunction with elmish/debugger reproduces the problem.
A minimal demo can be found here: https://github.com/vlot/fable3-esbuild/blob/main/src/App.fs
### Expected and actual results
Expected: The state chart is correctly displayed
Actual: The state chart only contains one data point with "error"
### Related information
* elmish version: 3.1.0
* fable-compiler version: 3.4.9
* fable-core version: 3.4.0
* Operating system: Linux
Contributor guide
Assessment
This issue has not been assessed yet.