We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When building version 2.0.11 using node 14 and TypeScript 3.8.3, this error results:
ERROR in node_modules/animated-scroll-to/lib/animated-scroll-to.d.ts:1:33 - error TS1005: ',' expected. 1 export declare type TCoords = [x: number | null | undefined, y: number | null | undefined]; ~ node_modules/animated-scroll-to/lib/animated-scroll-to.d.ts:1:63 - error TS1005: ',' expected. 1 export declare type TCoords = [x: number | null | undefined, y: number | null | undefined];
The text was updated successfully, but these errors were encountered:
Hey, It seems that named tuple is not supported, I'll check if I can make it backwards compatible. If not, I'll just remove named tuple.
Cheers!
EDIT: For now, use 2.0.10 until I publish a new version, sorry for the inconvenience!
Sorry, something went wrong.
I reverted in 2.0.12
I have to look into keeping things like this backwards compatible.
Thanks so much!
No branches or pull requests
When building version 2.0.11 using node 14 and TypeScript 3.8.3, this error results:
The text was updated successfully, but these errors were encountered: