elm-spa
elm-spa copied to clipboard
Issue with routes that contain a reserved word
I would like to have a path like /case/...
.
Unfortunately, compiling the generated code fails since case
is not allowed as a record field name in Elm.
Any ideas?
Perhaps the CLI could substitute the field name with a suitable replacement in such cases?