jsdf / coffee-react-transform

DEPRECATED – Provides React JSX support for Coffeescript
MIT License
432 stars 58 forks source link

Function calls in spread attributes #62

Open rraval opened 9 years ago

rraval commented 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):

<div {...@props.func(a, b)} />