Alasdair McLeay
Alasdair McLeay
Would it be possible to export a union of all generated Entries/Content Types? Use cases: - When I call `ContentfulClientApi.getEntries` I know I should be passing one of these types...
This line sometimes throws an error: https://github.com/istanbuljs/istanbuljs/blob/1b52fe750d1f800c34dbff168614c0c73bd76026/packages/istanbul-reports/lib/lcovonly/index.js#L53 ``` TypeError: Cannot read property 'loc' of undefined at /node_modules/nyc/node_modules/istanbul-reports/lib/lcovonly/index.js:53:35 ``` This is causing issues when using downstream utilities such as: - @cypress/code-coverage...
Allow excludeScrollbar, preventDefault, outsideClickIgnoreClass and stopPropagation props to be specified in config
The example Provider API code in the API references the type HyperclickSuggestion. ``` getSuggestionForWord( textEditor: TextEditor, text: string, range: Range ): ?HyperclickSuggestion { ``` https://atom.io/packages/hyperclick I assume this would be...
When using the generator and selecting "Gulp", the following is added to package.json: ``` "scripts": { "test": "grunt test" } ``` This should be replaced with `gulp test`
Part of the CSS reset [styles.css](https://github.com/radix-ui/design-system/blob/master/styles.css) is important in order for some components to render correctly (e.g. an icon within a button needs the SVG to be display: block). This...
Fixes #124 (not tested) --- PR checklist: - [ ] Figma: icon shapes use “Scale” constraint - [ ] Figma: icon components are sorted Z-A in the file - [...
Please could you add displayName to the generated React icons? You do this already in Radix Primitives, e.g. https://github.com/radix-ui/primitives/blob/4ee9d362fcd5e32edbce9f43f1d41f1bf1a015c1/packages/react/accessible-icon/src/AccessibleIcon.tsx#L28 This will help to ensure the name of the icon/component appears...
If the storybook preview file is TypeScript (`.storybook/preview.tsx`), TurboSnap reports a file change when no modifications have been made: ``` ⚠ TurboSnap disabled due to file change [38](https://github.com/--/runs/--?check_suite_focus=true#step:6:38) Found a...