Alex

Results 10 issues of Alex

Is it possible to make version for Mac OS? Or is there any steps that I can do by myself to compile mac package from sources?

As far as I see from documentation there is no support for asynchronous onRequest interceptor (unlike onError interceptor, for example). Sometimes this feature is required, e.g. if you use `aws-amplify`...

Issue: When I drag some file over drop area in safari - each time when 'dragover' event is fired library throws an error "TypeError: null is not an object", it...

**Demo:** [https://snippet.webix.com/trmny4bq](https://snippet.webix.com/trmny4bq) **Description:** If some datatable header have content='ExcelFilter', some sorting assigned an header text wrapped in any HTML element - sorting icon is displaying above filter icon. **Expected behaviour:**...

This closes #1792, closes #214 Previous discussion you can see in this PR: https://github.com/jaredpalmer/formik/pull/2379 (closed because there were no ability to add new commits to it) ----- [View rendered docs/api/formik.md](https://github.com/avasuro/formik/blob/feat/add-submit-context/docs/api/formik.md)

stale
Component: Formik

### Describe the bug If you set `droppable={true}` for grid layout, and then drag something in/out this layout (but not drop) - onLayoutChange will be triggered for both events (`dragenter`...

### Describe the bug If vertical margin is set (e.g. `margin={[0, 10]}`) - the height of an items calculated wrong (items are bigger than expected). There is no such issue...

### Describe the bug If the date in the onChange handler of the Calendar was not updated in external state, the calendar shows incorrect date in date input. ### Reproducer...

Type: Bug