Skip to content

'isSplit' is missing the type declarations #78

@daviddelusenet

Description

@daviddelusenet

As the title says, isSplit is missing in the type declarations so this will throw an error:

const text = new SplitType(textRef.current, {
  types: 'lines',
  tagName: 'span',
});

text.isSplit // Property 'isSplit' does not exist on type 'SplitType'. Did you mean 'split'? ts(2551)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions