We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90cd75c commit 284ee39Copy full SHA for 284ee39
packages/reform/bsconfig.json
@@ -1,8 +1,6 @@
1
{
2
- "$schema": "https://raw.githubusercontent.com/rescript-lang/rescript-compiler/master/docs/docson/build-schema.json",
3
"name": "@rescriptbr/reform",
4
- "reason": { "react-jsx": 3 },
5
- "refmt": 3,
+ "jsx": { "version": 4 },
6
"bs-dependencies": [
7
"@rescript/react",
8
"@rescriptbr/reschema",
packages/reform/src/ReForm.res
@@ -141,11 +141,6 @@ module Make = (Config: Config) => {
141
}
142
143
module Provider = {
144
- let makeProps = (~value, ~children, ()) =>
145
- {
146
- "value": Some(value),
147
- "children": children,
148
- }
149
let make = React.Context.provider(formContext)
150
151
0 commit comments