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
An example app I use (a slightly expanded version of the counter example) is experiencing a bug with Elm's debug history exports. Compiled with either elm-make or with webpack, clicking the counter buttons a few times and then exporting the history yields malform data like:
The export function works fine for @rtfeldman's Elm SPA example, so it must be something subtle about this code, but for the life of me I can't figure it out.
Expected: the history field contains data about the messages that have been received
An example app I use (a slightly expanded version of the counter example) is experiencing a bug with Elm's debug history exports. Compiled with either elm-make or with webpack, clicking the counter buttons a few times and then exporting the history yields malform data like:
The export function works fine for @rtfeldman's Elm SPA example, so it must be something subtle about this code, but for the life of me I can't figure it out.
Expected: the history field contains data about the messages that have been received
Actual: each entry is null.
SSCCE: https://github.com/arsduo/elm-history-export-bug
OS/browser: OS X 10.13.6, behavior consistent across Firefox/Chrome/Safari. A colleague was also able to reproduce this using the example on OS X.
The text was updated successfully, but these errors were encountered: