Skip to content
This repository was archived by the owner on Mar 5, 2022. It is now read-only.
This repository was archived by the owner on Mar 5, 2022. It is now read-only.

Argument of type 'Element' is not assignable to parameter of type 'Symbol'. #55

@justinlovinger

Description

@justinlovinger

Using TypeScript, when attempting to cy.mount an element.

Such as:

cy.mount(<div></div>)

Provides the type error:

Argument of type 'Element' is not assignable to parameter of type 'Symbol'.
  Property '[Symbol.toStringTag]' is missing in type 'Element' but required in type 'Symbol'.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions