File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -197,7 +197,7 @@ let ComponentWithOptionalProps = {
197
197
make : Jsx_preserve_test$ComponentWithOptionalProps
198
198
} ;
199
199
200
- let _element = < Jsx_preserve_test$ComponentWithOptionalProps
200
+ let _optional_props = < Jsx_preserve_test$ComponentWithOptionalProps
201
201
i = { 1 }
202
202
s = "test"
203
203
element = { < div /> }
@@ -227,6 +227,6 @@ export {
227
227
_escaped_jsx_prop ,
228
228
_large_component ,
229
229
ComponentWithOptionalProps ,
230
- _element ,
230
+ _optional_props ,
231
231
}
232
232
/* _single_element_child Not a pure module */
Original file line number Diff line number Diff line change @@ -125,4 +125,4 @@ module ComponentWithOptionalProps = {
125
125
) => React .null
126
126
}
127
127
128
- let _element = <ComponentWithOptionalProps i = 1 s = "test" element = {<div />} />
128
+ let _optional_props = <ComponentWithOptionalProps i = 1 s = "test" element = {<div />} />
You can’t perform that action at this time.
0 commit comments