We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
(Beta2)
In the .resi, the result type is wrong (should be React.element). Also ~key and unit are shown for .resi, but not for .res.
React.element
~key
unit
A.res:
@react.component let make = (~a) => React.string(a)
A.resi:
@react.component let make: (~a: string) => React.element
The text was updated successfully, but these errors were encountered:
Labeling all these with jsx meaning: not going to address them separately from changes to the ppx for JSX.
Sorry, something went wrong.
Add heuristic for hover on components in interface files.
ddceacf
Fixes #177
73a5c73
No branches or pull requests
(Beta2)
In the .resi, the result type is wrong (should be
React.element
).Also
~key
andunit
are shown for .resi, but not for .res.A.res:
A.resi:
The text was updated successfully, but these errors were encountered: