We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Just
If I do
| NewThingAction { redirect :: Maybe (Id Other) }
and
<a href={NewThingAction (Just user.id)}>New</a>
I get an unusable link
<a href="http://localhost:8000/NewThing?redirect=Just03142938-62d5-4de1-af90-49726ca98f35">
where I would expect
<a href="http://localhost:8000/NewThing?redirect=03142938-62d5-4de1-af90-49726ca98f35">
for the Just case and
<a href="http://localhost:8000/NewThing">
for the Nothing case
The text was updated successfully, but these errors were encountered:
pathTo
parse
Maybe (Id record)
Started a PR in #1691
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
If I do
and
I get an unusable link
where I would expect
for the Just case and
for the Nothing case
The text was updated successfully, but these errors were encountered: