-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
fix(core): fix invalid core types #1386
Conversation
doesn't look like OpaqueInterpolation has been around for a while replaced with Interpolation, per the return type of useAnimatePath and the associated d3-interpolate annotations
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. Latest deployment of this branch, based on commit 351d7b0:
|
Assuming the relevant files haven't changed/expanded since, yeah this is to fix the issues shown in #1457. IIRC I just chucked these in my own declaration file to override the nivo ones as this PR hasn't been acknowledged. |
@plouc any news related to this merge? |
We could really use this fix as well! Any idea if it could be merged? Thanks! |
Noticed some of the types in core were causing problems for anyone with
skipLibCheck: false
(the default value). Let me know if the reason for any change isn't clear, I've kept each kind of change in separate commit and a brief summary below.declare
statements. Just removing the keyword should be fineOpaqueInterpolation
doesn't exist, replaced per d3 types