-
Updated
May 9, 2022 - TypeScript
material-ui
Here are 14,313 public repositories matching this topic...
-
Updated
May 10, 2022 - Kotlin
-
Updated
May 6, 2021 - Python
-
Updated
Mar 25, 2022 - SCSS
-
Updated
May 24, 2022 - TypeScript
-
Updated
May 10, 2022 - Kotlin
-
Updated
Jan 21, 2020 - Java
-
Updated
May 28, 2022 - TypeScript
-
Updated
May 26, 2022 - JavaScript
-
Updated
Jul 25, 2021 - Java
-
Updated
May 26, 2022 - TypeScript
-
Updated
May 12, 2022 - TypeScript
-
Updated
May 27, 2022 - Svelte
I'm having an issue with my bundle size, my project is using @material-ui core components as well as mui-datatables. I'm working on shrinking my bundle size, but noticed that the entire esm library for @material-ui/core is getting bundled. I tracked down what is importing the @material-ui/core/esm/index.js module (all the com
-
Updated
Sep 30, 2020 - Kotlin
-
Updated
Jun 28, 2021 - TypeScript
-
Updated
Feb 14, 2022 - JavaScript
-
Updated
Apr 16, 2022 - JavaScript
Dear Mui-treasury contributors,
What is the problem ?
There is a warning while using SwipeableSidebar with Tyepscript:
Warning: React does not recognize the `sidebarId` prop on a DOM element. If you intentionally want it to appear in the DOM as a custom attribute, spell it as lowercase `sidebarid` instead. If you accidentally passed it from a parent component, remove it from the DO
-
Updated
Oct 26, 2019 - Java
-
Updated
May 26, 2022 - TypeScript
-
Updated
Jan 1, 2022 - C++
-
Updated
Mar 6, 2022 - Kotlin
-
Updated
May 30, 2022 - TypeScript
-
Updated
Jan 25, 2021 - JavaScript
-
Updated
May 25, 2022 - Java
-
Updated
May 30, 2022 - JavaScript
Improve this page
Add a description, image, and links to the material-ui topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the material-ui topic, visit your repo's landing page and select "manage topics."
Is your feature request related to a problem? Please describe.
I want to display empty text in case where reference is set but the referenced entity is missing. This is easily a case in systems where soft deleting is allowed.
Describe the solution you'd like
For now I am using the same
emptyText
as is used in the same case where the reference is not set. This works for me, but maybe