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
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)
The text was updated successfully, but these errors were encountered:
We just witnessed this error when trying to export debugger state:
The type referenced is:
I suspect that one fo the types contained begins with Task, the Elm Debugger assumed it was a Task (incorrectly)
The text was updated successfully, but these errors were encountered: