You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Are other people able to reproduce this issue?
Does anyone have an idea what could be happening here and maybe has pointers on how we could to fix this issue?
I would love to get this Chart functionality working, as it's something I loved when I used Redux in the past.
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
The text was updated successfully, but these errors were encountered: