Skip to content

Multiple splats fail when used inside a block #91

@patbenatar

Description

@patbenatar

This works:

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

This errors:

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions