File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -197,7 +197,7 @@ let ComponentWithOptionalProps = {
197197 make : Jsx_preserve_test$ComponentWithOptionalProps
198198} ;
199199
200- let _element = < Jsx_preserve_test$ComponentWithOptionalProps
200+ let _optional_props = < Jsx_preserve_test$ComponentWithOptionalProps
201201 i = { 1 }
202202 s = "test"
203203 element = { < div /> }
@@ -227,6 +227,6 @@ export {
227227 _escaped_jsx_prop ,
228228 _large_component ,
229229 ComponentWithOptionalProps ,
230- _element ,
230+ _optional_props ,
231231}
232232/* _single_element_child Not a pure module */
Original file line number Diff line number Diff line change @@ -125,4 +125,4 @@ module ComponentWithOptionalProps = {
125125 ) => React .null
126126}
127127
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