Alex Anthony
Alex Anthony
Fixes https://github.com/jaredpalmer/cypress-image-snapshot/issues/176
### Description When I set a position in defaultOptions in toastOptions in ChakraProvider, it doesn't get applied ### Link to Reproduction https://codesandbox.io/s/busy-rui-szzc85?file=/src/index.tsx ### Steps to reproduce 1. Click on "Click...
### Description https://github.com/chakra-ui/chakra-ui/pull/5243 added support for generating strict types for variants and sizes I'd like to be able to extend that to other properties (e.g. `colors`, `space` etc.) ### Problem...
Allows generating tokens without `| (string & {})` in the union, to allow stricter typechecking. Closes #5520 ## 📝 Description Based on https://github.com/chakra-ui/chakra-ui/pull/5243, which added support for strict component props...
## Summary 💡 I've mainly come across this tool through the chrome extension, which is great! It would be even better if it could support being used against storybook -...
### Describe the bug When using manual pagination, if we have zero pages of results, any attempt to set the pageIndex gives a pageIndex of -1 (which would often be...
### Self-service - [ ] I'd be willing to implement a fix ### Describe the bug When installing a package from github `"cypress-log-to-output": "Narretz/cypress-log-to-output#feat-no-output"`, I'm getting a `The remote archive...
https://codesandbox.io/s/charming-lewin-6rnvj?file=/src/App.js `React.lazy` automatically forwards refs, so it should be fine to just wrap a component and still get the ref. However, `react-resize-detector` doesn't get the delayed ref, because it isn't...
Allows you to override the list of items to do something other than a `ul` with `items.map`. Enables the use of e.g. react-virtualized to handle much larger lists. First step...
``` numbro(-0.5).format({output: 'percent', negative: 'parenthesis'}) ``` Expected: (50%) Actual: (50)% I suspect parenthesis for negative is the last thing that should be applied?