@@ -95,7 +95,7 @@ module V4C = {
95
95
],
96
96
)
97
97
let make = React.forwardRef({
98
- let \"ForwardRef$V4C$FancyInput" = ( props: props<_>, ref) => make(props, ref)
98
+ let \"ForwardRef$V4C$FancyInput" = React.component(( props: props<_>, ref) => make(props, ref) )
99
99
100
100
\"ForwardRef$V4C$FancyInput"
101
101
})
@@ -116,7 +116,7 @@ module V4C = {
116
116
)
117
117
}
118
118
let make = {
119
- let \"ForwardRef$V4C" = props => make(props)
119
+ let \"ForwardRef$V4C" = React.component( props => make(props) )
120
120
121
121
\"ForwardRef$V4C"
122
122
}
@@ -150,7 +150,9 @@ module V4CUncurried = {
150
150
],
151
151
)
152
152
let make = React.forwardRef({
153
- let \"ForwardRef$V4CUncurried$FancyInput" = (props: props<_>, ref) => make(props, ref)
153
+ let \"ForwardRef$V4CUncurried$FancyInput" = React.component((props: props<_>, ref) =>
154
+ make(props, ref)
155
+ )
154
156
155
157
\"ForwardRef$V4CUncurried$FancyInput"
156
158
})
@@ -171,7 +173,7 @@ module V4CUncurried = {
171
173
)
172
174
}
173
175
let make = {
174
- let \"ForwardRef$V4CUncurried" = props => make(props)
176
+ let \"ForwardRef$V4CUncurried" = React.component( props => make(props) )
175
177
176
178
\"ForwardRef$V4CUncurried"
177
179
}
@@ -205,7 +207,7 @@ module V4A = {
205
207
},
206
208
)
207
209
let make = React.forwardRef({
208
- let \"ForwardRef$V4A$FancyInput" = ( props: props<_>, ref) => make(props, ref)
210
+ let \"ForwardRef$V4A$FancyInput" = React.component(( props: props<_>, ref) => make(props, ref) )
209
211
210
212
\"ForwardRef$V4A$FancyInput"
211
213
})
@@ -225,7 +227,7 @@ module V4A = {
225
227
)
226
228
}
227
229
let make = {
228
- let \"ForwardRef$V4A" = props => make(props)
230
+ let \"ForwardRef$V4A" = React.component( props => make(props) )
229
231
230
232
\"ForwardRef$V4A"
231
233
}
@@ -257,7 +259,9 @@ module V4AUncurried = {
257
259
},
258
260
)
259
261
let make = React.forwardRef({
260
- let \"ForwardRef$V4AUncurried$FancyInput" = (props: props<_>, ref) => make(props, ref)
262
+ let \"ForwardRef$V4AUncurried$FancyInput" = React.component((props: props<_>, ref) =>
263
+ make(props, ref)
264
+ )
261
265
262
266
\"ForwardRef$V4AUncurried$FancyInput"
263
267
})
@@ -277,7 +281,7 @@ module V4AUncurried = {
277
281
)
278
282
}
279
283
let make = {
280
- let \"ForwardRef$V4AUncurried" = props => make(props)
284
+ let \"ForwardRef$V4AUncurried" = React.component( props => make(props) )
281
285
282
286
\"ForwardRef$V4AUncurried"
283
287
}
0 commit comments