Skip to content

Erroneous "Spread types may only be created from object types"? #22687

@mindplay-dk

Description

@mindplay-dk

I seem to be (incorrectly?) getting an error "Spread types may only be created from object types" for a case where the type in question is constrained as object.

Example here

When I hover over the offending call site:

image

The data property is of a type T where T extends object, so why am I not allowed to spread it's properties to a new object?

The code works as intended, I just can't seem to figure out what's required to get rid of the error message. I could just cast it as any of course, but that seems dirty?

Metadata

Metadata

Assignees

No one assigned

    Labels

    DuplicateAn existing issue was already created

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions