Griffen Fargo
Griffen Fargo
As far as I can tell; this currently isn't setup to export the actual module. I've been trying to work with this within a Webpack project but because nothing is...
#### What does this PR do? Resolves issues with `RadioButton` component custom circle icon not being passed `theme` as a prop. #### Where should the reviewer start? This PR attempts...
### Expected Behavior Similar to the [custom _checked_ icon ](https://github.com/grommet/grommet/blob/master/src/js/components/CheckBox/CheckBox.js#L139)within the CheckBox component, the `StyleRadioButtonIcon` should be [passed the `theme` as a prop here](https://github.com/grommet/grommet/blob/master/src/js/components/RadioButton/RadioButton.js#L103). The `ThemeType` type should likely also...
Wanted to open an issue to get a sense of whether this project is going to be maintained in the future. When adding this to my current site I ran...
Updates `generatePrismaDeleteMutation` & `generatePrismaUpdateMutation` to conditionally use `updateMany` and `deleteMany` in generated Prisma mutations for handling multiple `where` entries when `belongsToUser` is true This should resolve #202 an issue related...
These changes have resolved issues with _out-of-box_ testing with the Typescript ink starter, mentioned in #37. - Upgrade `ava` to v6.2.0 and `ink-testing-library` to v4.0.0. - Add `@ava/typescript` and `@types/node`...