Leo Driesch
Leo Driesch
Hey, I am very interested in V2, but there does not seem to be a demo yet, or at least I have not been able to find it. Could you...
I'm building a package with `@emotion/react` and need to include their babel-plugin. I've read on some issues here that Babel customization is possible with a `.babelrc` file, but it is...
Webstorm has a really nice feature to explicitly set the return type on a function based on the type of the returned value. I think this would be a really...
- [x] This is a new bug that hasn't been documented in a closed issue or in the Readme. macOS version: 13.0 beta Rectangle version: 0.57 Logs if applicable (In...
For functions that take only one parameter, e.g. `localStorage.getItem()`, or functions that take in an object/array as the only parameter (e.g. `element.animate()`), the parameter name annotation can be quite useless....
The name suggests that something is removed when the prop is `true`, but it actually shows the close icon in the top right corner when the prop is `true`. The...
e.g. FileInput `items`-prop: ```ts Array ``` This is not really readable. We should extract the inner object type into an interface that is defined where the prop description lives. There...