Jon Marsh

Results 6 comments of Jon Marsh

As an example, [using the sandbox of the first DataGrid example](https://codesandbox.io/s/u4llj), change line 42 to `for (let i = 0; i < 9; i++) {` This issue is very noticeable...

> Keep the choices simple and only show “Rows per page” if there are more rows than the smallest option. For example, if there are only 9 rows and the...

Out of curiosity, why is a dynamic import needed here? Why not just rely on tree-shaking? For those applying the patch now, you need to remove `keyboardShortcut` (I've not checked...

You may be able to support Typescript 5 as a peer dependency without using any of its new features, i.e. support both! `typescript: ~4.3 || ... || ~5.0 || ~5.1`

> However, please keep in mind that you can already use EUI in applications running on Typescript 5. It will warn you during the install that it's incompatible (because we...

Just ran into this, too. Looks like `svgo` isn't listed in the dependencies at all, and this may only work locally because you've included `@types/svgo` in your `devDependencies`. https://github.com/gregberge/svgr/blob/main/packages/core/package.json#L48 To...