rbexy
rbexy copied to clipboard
Multiple splats fail when used inside a block
This works:
<div {**{foo: true}} {**{bar: true}}>hello</div>
This errors:
{@things.map { |thing| <div {**{foo: true}} {**{bar: true}}>hello</div>}}