Will Klein
Will Klein
I'm having this problem too. using recast + jscodeshift. Here's a snippet repro: https://astexplorer.net/#/gist/3ded4452dfbf415a9d47cb678e0f2266/1b92172a7cacf976ef1da962dff0974fdf48e440 I get an error in the output window: ``` unknown: Unexpected token (5:18) 3 | export...
@NicholasBoll pointed out: > Links are difficult in MDX files. The files are rendered in Github, Storybook, and the Canvas site. It is difficult to create links that work for...
Thinking more about #1566, maybe we can so something sooner about the contribution guidelines. GitHub.com is one of the entrances to our project, and [CONTRIBUTING.md](https://github.com/Workday/canvas-kit/blob/master/CONTRIBUTING.md) is a convention that directs...
This looks like a good start! I'll need to check the test run locally to make sure I understand the test execution. We'll also need to fix the branch so...
We restrict the allowed children in TypeScript and we can fix this here: https://github.com/Workday/canvas-kit/blob/3322ef6ba113940373412840edd14d35a7a3093c/modules/react/segmented-control/lib/SegmentedControl.tsx#L11
Added context, we have reports of a similar problem which may point out the root cause, if it's indeed the same issue: > We found a strange bug in IE11,...
I'm going to mark this as `help-wanted` in case someone in our community is SASS-savvy. We will probably need to prioritize this ourselves, but just in case.
Someone might have already built this, talking to them about bringing it into our examples!
I checked on that component someone built but I'm not sure it's very close to what people would be expecting.
We have an existing rule that can help with writing this one: https://github.com/Workday/canvas-kit/blob/master/utils/custom-lint-rules/restricted-imports.spec.ts