Daniel O’Connor
Daniel O’Connor
Our `ModalDefault` documentation doesn't contain examples with buttons that are full-width on mobile but right-aligned on desktop. It's possible to that with: ```jsx Submit ``` That said, besides simply documenting...
The Carousel component is flickering on our Careers page in this code. It happens because the `rect.width` is flickering from the correct value to a larger incorrect value when the...
- [ ] Support items of variable width - [ ] Make it easier to not use infinite scroll - [ ] Make it easier to update `visibleCount` as the...
The `TextInput` component sets `''` as the default value for the `value` prop. This ensures that consumers use the component as a controlled component. The `TextArea` component should do the...
In the [Image component documentation](https://thumbprint.design/components/image/react/), the type for `forceEarlyRender` appears as `React.ImgHTMLAttributes['sizes']` and the type for sources is `ImageSource[]`. While this is correct, it'd be great if the documentation could...
It currently uses the same (?) API as `react-transition-group` but doesn't use `react-transition-group` under the hood. This led to a race condition that @dcapo fixed. See Gerrit CR 115543 (internal...
It'll be easier to do this once we open-source and move off Jenkins. Link for reference and resources: https://github.com/mdx-js/mdx/issues/344
@webbower found a good example of where it'd be helpful for a `Wrap` to accept `on*` classes:  *** We should probably loosen up the API of the layout-related components...
- [ ] Use blue for "In progress" and a gray circle for "To-do" since the current yellow could be interpreted as a warning and the existing "To-do" blue stands...