Jonathan Harrell
Results
2
issues of
Jonathan Harrell
**Describe the bug** Let's say I have a basic React component: ``` const Test = (props) => { return ( {props.children} ); }; ``` And then I use `sx` on...
bug
## Bug report When Toasts are used in an application that has an embedded iframe, if the iframe receives focus, the Toast registers that as a window blur and automatic...
Resolution: Needs More Information
Package: react/toast