Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chart of State is not correctly displayed in Redux Devtools #39

Open
panmona opened this issue Nov 5, 2021 · 3 comments
Open

Chart of State is not correctly displayed in Redux Devtools #39

panmona opened this issue Nov 5, 2021 · 3 comments

Comments

@panmona
Copy link

panmona commented Nov 5, 2021

Description

When using elmish/debugger with Redux Devtools, the chart of the State only contains one data point with "error":
image

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
@panmona
Copy link
Author

panmona commented Mar 7, 2022

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.

@et1975
Copy link
Member

et1975 commented Mar 7, 2022 via email

@panmona
Copy link
Author

panmona commented Mar 8, 2022

I tested this again with the version 4.0.0-beta-1 of both Fable.Elmish.Debugger and Fable.Elmish.
I have the same behavior in the debugger:
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants