antonmedv/monkberry

Spread operator doesn't work on sub-properties

benjamminf opened this issue · 1 comments

Using the spread operator on a sub-property causes compilation to fail:

<Component {{ ...foo.bar }} />

Hi,

Yes, it's true. Now spread operator supports only variable names. Will add support for common Javascript expressions in spread op too.