Jan Potoms

Results 281 comments of Jan Potoms

@fengmk2 Been looking into this. Turns out the charset string was right on the middle of the default `peekSize`. Undocumented parameter to the function. Any preference on how to handle...

Doesn't work in Next.js neither for me. I suppose normally the react devtools extension should [kick in](https://github.com/facebook/react/blob/6ef0dd4f2cf6a6083bfadb6a445d348cc7815849/packages/react-devtools-shared/src/hook.js#L331-L337)?

Even though it may not necessarily look like it, we have reason to believe that the root cause of this issue actually lies in `@mui/icons-material` and has now been [resolved](https://github.com/mui/material-ui/pull/43624)....

@b4s36t4 The data grid should only be editable when it is linked to a [data provider that supports editing rows](https://mui.com/toolpad/studio/concepts/data-providers/#row-editing). In all other cases there won't be any logic available...

Toolpad doesn't create history entries when switching between pages. So when you click the back button after switching a page, it goes back to wherever you were before. If you...

If this is `mui-public`, then you're likely running into this problem: https://github.com/mui/mui-toolpad/pull/3066 To fix this go to the root of `mui-public` and run `yarn`. For the future, best to include...

These comments are only meant to instruct a vscode extension to do autocomplete. They're not meant as a versioning. The current versioning philosophy was to be backwards compatible as long...

Thanks! I removed an alias as it broke the demo formatter.

> @Janpot I have updated the changes you suggested, can you please verify. Can you look into why the tests fail?

@Zenith201 I can't reproduce this. would you mind running `npx @mui/envinfo` and paste the output here?