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
In CI:
File "duniverse/dream/src/mirage/mirage.ml", line 349, characters 4-16: 349 | Tag.form_tag ~now ?method_ ?target ?enctype ?csrf_token ~action request ^^^^^^^^^^^^ Error: Unbound value Tag.form_tag Hint: Did you mean csrf_tag?
Deprecated values and internal helpers they depend on, such as Tag.form, were removed in e14bd91. The Mirage .mli should be updated to match.
Tag.form
.mli
The text was updated successfully, but these errors were encountered:
Fixed in #283
Sorry, something went wrong.
Fixed by #283 as mentioned by @tmcgilchrist.
No branches or pull requests
In CI:
Deprecated values and internal helpers they depend on, such as
Tag.form
, were removed in e14bd91. The Mirage.mli
should be updated to match.The text was updated successfully, but these errors were encountered: