Evan Jacobs
Evan Jacobs
Adds a typing for the array of dates syntax shown in the create section of the docs: https://github.com/rotaready/moment-range#create
**Do you want to request a *feature* or report a *bug*?** A little of both, I suppose it's a bug **What is the current behavior?** If you rename a file...
Due to looking for `HTMLElement`, which is undefined in a non-browser context. Initially noticed it when trying to use `Portal`, there might be other cases.
I'm thinking something tangram-related.
A select box / dropdown component. **Interactions** - [ ] Enter or click on anchor should open a dialog below the anchor (possibly using `Popover`?) - [ ] Focus option...
Storybook 6.x, storybook-dark-mode 1.0.8 When using the config `storyPreview: true` the dark mode class is not applied to the canvas `body` tag when using the Storybook functionality to open the...
### Problem description The library provides a nice and ergonomic way to handle mouse and keyboard-based interactions, but currently there is no support for touch. ### Suggested solution Ideally would...
I noticed poking around that the parser code has some bottlenecks in the form of synchronous file I/O: https://github.com/styleguidist/react-docgen-typescript/blob/master/src/parser.ts Is there a technical limitation that precludes using promises and async...
In storybook I generally prefix story-specific props with "__" to make it obvious that it's private. It would be great to be able to filter things in a more general...