[<ParamList>]
not generating the same code if defined in a project or consume from outside
#3834
Labels
[<ParamList>]
not generating the same code if defined in a project or consume from outside
#3834
Description
According fable-compiler/fable-react#243, it looks like if a method use
[<ParamList>]
and we provide an empty array to it.Then when consumed from the same project / file it will not generate the empty array arguments.
But when consumed from a referenced project (via NuGet at least) it will have the empty array generated.
Repro code
We should look to always generate
react.createElement("br");
.Related information
The text was updated successfully, but these errors were encountered: