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
It seems that the interaction between the components are complicated especially when react and stores are involved. Would it be impossible to provide a way to refresh the ui (functionality) for the debugger?
The text was updated successfully, but these errors were encountered:
Thanks for the report!
I don't recall if I ever tried this in FF. It's possible some security feature is interfering with the plugin. What is that angry red icon in the status bar? Could you try this in opera/chrome/edge as well? Does it work with standalone DevTools?
I just tried the debugger on our ToDo sample and it works as expected. Looking at the template code I think |> Program.withReactBatched and |> Program.withDebugger are in reverse order. @zpodlovics please flip the order of these 2 instructions and try again?
If that does it please open a PR into the template repo to fix this!
Description
No UI refresh when travel debug / replay is enabled.
Repro code
awesome
app using the elmish template as of https://github.com/elmish/templatesExpected and actual results
Expected result:
UI refresh.
Actual result:
The counter value should be 0 in this case.
Related information
paket.lock.zip
It seems that the interaction between the components are complicated especially when react and stores are involved. Would it be impossible to provide a way to refresh the ui (functionality) for the debugger?
The text was updated successfully, but these errors were encountered: