Jan Potoms

Results 296 comments of Jan Potoms

Thank you. Started trying it out on our setup.

Just for cross-reference: We now have an [implementation](https://mui.com/toolpad/concepts/data-providers/) in Toolpad which supports pagination, filtering, sorting and all CRUD operations.

closes https://github.com/mui/mui-toolpad/issues/3557 > Edit: personally I don't like that there's no timeline unless in full screen mode - you don't know how long the video will last right away, plus...

If we wanted to solve this problem, this is likely how you'd go about it: - Add a new `usageImgUrl: 'https://mui.com/static/x/y/z.gif'` - Augment the generated markdown with an image referencing...

> The latest versions of @testing-library/user-event and @testing-library/react depend on @testing-library/dom v10, causing unit test failures. Bumping them together works. See https://github.com/mui/material-ui/pull/41989#issuecomment-2069685714. We should group `@testing-library/*` in [`renovate.json`](https://github.com/mui/material-ui/blob/next/renovate.json).

In Toolpad we've been doing conditional rendering during SSR/hydration without introducing secondary renders when the component mounts client-side by leveraging [`useSyncExternalStore`](https://github.com/mui/mui-toolpad/blob/f62b846c87717885337d59c6124e2e3c272b952b/packages/toolpad-utils/src/hooks/useSsr.ts#L18). It only introduces a second render after hydration. Not...

Hi all. `@mui/material@next` now properly implements the dual esm/cjs module format. You can try this version in your reproductions. If you can still produce, please comment with a Stackblitz link,...

@chauphongnguyen It seems like you're trying to load `@mui/material/styles` from an ES module. This will only be supported from v7 onwards. Can you try whether `@mui/material@next` works for you?

> Do you have any idea? @Janpot Yes, at the moment `@mui/x-date-pickers` (8.0.0-alpha.14) still has a range for its `@mui/utils` dependency that doesn't contain `@mui/[email protected]`: ``` "@mui/utils": "^5.16.6 || ^6.0.0...

FYI: Just noticed the following in https://github.com/mui/material-ui/pull/43264 While running `pnpm --filter next-app build` I see the following Next.js error ``` ../../packages/mui-system/build/Box/index.mjs Error: It's currently unsupported to use "export *" in...