rbexy icon indicating copy to clipboard operation
rbexy copied to clipboard

Multiple splats fail when used inside a block

Open patbenatar opened this issue 2 years ago • 0 comments

This works:

<div {**{foo: true}} {**{bar: true}}>hello</div>

This errors:

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

patbenatar avatar Apr 26 '22 22:04 patbenatar