Jan Potoms

Results 281 comments of Jan Potoms

> `process.env.__NEXT_TRAILING_SLASH` is not true on the server-side, strange. I can only see two options possible: oh wow, ok. Let's transpile it then.

I'm primarily interested in reducing the overhead involved in updating snapshots in visual regression testing. The official [solution](https://playwright.dev/docs/test-snapshots) (reinstall and rebuild your project in a docker container) is so cumbersome...

Other rules ideas: * Some of the components have an [accessibility section](https://mui.com/material-ui/react-accordion/#accessibility) that we could potentially build eslint rules around. * Error when an unstable component is passed to a...

You don't need the `HiThere` task. It should go right in the `htmlBuild` ```js // ... htmlbuild({ // build js with preprocessor js: htmlbuild.preprocess.js(function(block) { block.pipe(gulpSrc()) .pipe(jsBuild) .pipe(uglify({ mangle: false...

> We won't bring the ErrorBoundary back, you'll have to wrap the DataGrid with it if necessary. How will that work when for instance the data is missing an id...

The second error you get seems what I'd expect. Importing react components currently doesn't work at all if they're using hooks. This is due to them importing a different react...

Let's leave this ussue open for real tabbed containers

> Does that make this issue irrelevant? Yes, this issue was tightly aligned with the concept of releases

@JerryWu1234 I've updated the issue and turned it into an umbrella for improvements on [Toolpad data providers](https://mui.com/toolpad/concepts/data-providers/). Did you get a chance already to try them out? The [documentation page](https://mui.com/toolpad/concepts/data-providers/)...

Duplicate of https://github.com/mui/mui-toolpad/issues/1183