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
I thought that would be implemented (at least for depth = 1, see #557), but I cannot see on hover what the record contents of that type are:
I think the hover help should say:
type dispatchable = Api.dispatchable = {id: string, version: int, name: string}
happens with ReScript 10.1.4 and the latest published 11 as well.
The text was updated successfully, but these errors were encountered:
Created a PR with a test to show what I mean: #834
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
I thought that would be implemented (at least for depth = 1, see #557), but I cannot see on hover what the record contents of that type are:
I think the hover help should say:
happens with ReScript 10.1.4 and the latest published 11 as well.
The text was updated successfully, but these errors were encountered: