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
(Beta2)
Given
module A = { @react.component let make = (~children: React.element) => children } module A1 = A let _ = <A> <div /> <div /> </A> let _ = <A1> <div /> <div /> </A1>
hover shows the following:
(and Go to Definition does not work for A1)
A1
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 test for component aliasig.
0f79313
Fixes #180.
Looks like this is already fixed in master: #241
e83603c
Successfully merging a pull request may close this issue.
(Beta2)
Given
hover shows the following:
(and Go to Definition does not work for
A1
)The text was updated successfully, but these errors were encountered: