You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
track down the missing src/components/types/ordinalTypes file
resolve props that have defaults but are marked non-optional (e.g. <XYFrame annotations /> and <ResponsiveFrame debounce />)
take a first pass at specifying the ~30 missing (aka any) types
require types to pass during CI
I'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:
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.
Uh oh!
There was an error while loading. Please reload this page.
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: