-
Notifications
You must be signed in to change notification settings - Fork 133
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
TypeScript compatibility checklist #529
Comments
Sorry for the hassle but I really appreciate you systematically hitting it like this. I'll try to resolve these. |
Take a look at rc6 and tell me how that works for you. I got rid of a lot of the anys and I think I got responsive frame types working and modified the tsconfig entry point to point at lib instead of dist, so I think we're in much better shape but would love to hear what's still missing. |
Okay, rc6 had a bit of a mess to it, try rc7 it seems much more stable. |
Looks like this file resurfaced earlier this year: https://github.com/nteract/semiotic/blob/main/src/components/types/ordinalTypes.ts |
Closing this and tracking last action item in issue #576. |
I've opened a couple of issues from attempting to use Semiotic v2 in TypeScript, then belatedly realized there may be enough to warrant a single thread and spare you the spam.
package.json
[accessing types from semiotic v2 #527]createResponsiveFrame
[responsive frame types do not extend base types #528]src/components/types/ordinalTypes
file<XYFrame annotations />
and<ResponsiveFrame debounce />
)any
) typesI'd be happy to contribute towards this progress. Semiotic's approach to data visualization resonates with me, but I'm having trouble getting started with these issues.
The text was updated successfully, but these errors were encountered: