Closed
Description
The following code is not transformed by JSX:
render: function (optionalArg = "default value") {
Other transpilers, like 6to5, support this transformation.
Metadata
Metadata
Assignees
Labels
No labels
The following code is not transformed by JSX:
render: function (optionalArg = "default value") {
Other transpilers, like 6to5, support this transformation.