react-element-to-jsx-string
Advanced tools
Changelog
14.0.3 (2019-07-19)
showFunctions: true
option, the function are now always inlined in the output by default. Before it was not always the case (depending one the engine, platform or babel versions)You could get back to the previous behavior by using the preserveFunctionLineBreak
function export as a value of the option functionValue
.
<a name="14.0.2"></a>