Jeff Pihach
Jeff Pihach
React Table `useTable` takes `n` arguments after the first for plugins. ```js const instance = useTable( { data: [...], columns: [...], }, useGroupBy, useFilters, useSortBy, useExpanded, usePagination ) ``` In...
We've had some issues when trying to use `yarn link` where there were errors around multiple versions of React running and missing dependencies. After some investigation this appears to be...
When clicking the image zoom icon `[ ]` on the images here https://maas.io/tour a modal appears but nothing happens for some time and then an image fades in. It would...
### Describe the bug Running the multiwebview example with `cargo run --example multiwebview --features unstable` presents me with an application window where only the last child is rendered. ### Reproduction...
### Description The vertical and horizontal scale lines have different spacing between their values. The horizontal ones need significantly more spacing between the label and the line. And the vertical...