Open rraval opened 9 years ago
Try Coffee-React Link
This compiles properly:
<div {...@props.func(a,b)} />
This does not (note the offending space between the a, and b):
a,
b
<div {...@props.func(a, b)} />
Try Coffee-React Link
This compiles properly:
This does not (note the offending space between the
a,
andb
):