- Add support for template literals in props (
test={`test`}
) - Add support Binary (
3 + 3
,3 === 3
) and unary (-2
) expressions in props - Identifiers (
test={test}
) will now return as strings
Thanks to @KyleAMathews for his improvements :)
test={`test`}
)3 + 3
, 3 === 3
) and unary (-2
) expressions in propstest={test}
) will now return as stringsThanks to @KyleAMathews for his improvements :)