Andrew Lisowski

Results 165 issues of Andrew Lisowski

The api right now for manipulation functions is a bunch of params. I think we should switch everything over to options objects so each param is named. This also makes...

breaking

Fixes this bug from upstream by using implementation found in thread. Color math is weird! https://user-images.githubusercontent.com/1192452/213338235-bf101c82-3bd9-42d1-89e9-7183920e21bb.mp4

this is also broken upstream https://user-images.githubusercontent.com/1192452/213330358-42dbea0b-4751-44c3-9e38-18780fd64c16.mp4

Without this a custom picker can't have any extra props

Based on #50 add support for dark mode theming.

The following example will display 'custom' for the child prop. I would expect it to display 'node'. ``` myPlugin.propTypes = { children: PropTypes.node }; myPlugin.defaultProps = { children: null };...

Closes #5409 ## ✅ Pull Request Checklist: - [x] Included link to corresponding [React Spectrum GitHub Issue](https://github.com/adobe/react-spectrum/issues). - [x] Added/updated unit tests and storybook for this change (for new code...

waiting

closes #9 enables: ```js this.setState({ show: false })} > SweetAlert in React ``` or with react content enabled: ```js I am title I am subtitle whatever elements you want ```...