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
type empty = {}
<div {...props} />
type sharedProps = { x: string, y: string, } module A = { @react.component(:sharedProps) let make = (~x, ~y) => React.string(x ++ y) } module B = { @react.component(:sharedProps) let make = (~x, ~y) => React.string(x ++ y) }
rescript-lang/rescript-lang.org#568
The text was updated successfully, but these errors were encountered:
support spread props
6f58117
Part of rescript-lang#141
support decorator with type
8a3a9c3
No branches or pull requests
Syntax
type empty = {}
) Support {} for empty record literals and types. rescript#5658JSX v4
<div {...props} />
rescript-lang/rescript-lang.org#568
The text was updated successfully, but these errors were encountered: