This works: ``` <div {**{foo: true}} {**{bar: true}}>hello</div> ``` This errors: ``` {@things.map { |thing| <div {**{foo: true}} {**{bar: true}}>hello</div>}} ```
This works:
This errors: