-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Description
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)
Metadata
Metadata
Assignees
Labels
No labels
