Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

'isSplit' is missing the type declarations #78

Open
daviddelusenet opened this issue Mar 5, 2024 · 0 comments
Open

'isSplit' is missing the type declarations #78

daviddelusenet opened this issue Mar 5, 2024 · 0 comments

Comments

@daviddelusenet
Copy link

daviddelusenet commented Mar 5, 2024

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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant