Open
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