Skip to content

combineProps not working in solid 1.6 when inline spreading #235

Closed
@thetarnav

Description

@thetarnav

After upgrading Solid to 1.6 combineProps stopped working when called inline with the spread

// Pre Solid 1.6 
<span {...combineProps(a, b)} />

// Solid 1.6
const combined = combineProps(a, b);
<span {...combined} />

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions