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
{{ message }}
This repository was archived by the owner on Aug 23, 2018. It is now read-only.
We just witnessed this error when trying to export debugger state:
The type referenced is:
type TemplateMsg =
EditField TaskFieldUpdate
| DragTask Int
| DropTask Int
| UpdateEditableState Int (EditState, Maybe String, Maybe String)
| Save
type TaskFieldUpdate =
Title String
| RequiresUpload Bool
type EditState =
None
| Editing
| Saving
I suspect that one fo the types contained begins with Task, the Elm Debugger assumed it was a Task (incorrectly)