-
Notifications
You must be signed in to change notification settings - Fork 374
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove React Material extended renderer set
As '@mui/lab' is now a core dependency we no longer need to maintain two different renderer sets. The autocomplete renderers are now part of the normal renderer set.
- Loading branch information
Showing
9 changed files
with
37 additions
and
178 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
55 changes: 0 additions & 55 deletions
55
packages/material/src/extended/MaterialAutocompleteEnumControl.tsx
This file was deleted.
Oops, something went wrong.
55 changes: 0 additions & 55 deletions
55
packages/material/src/extended/MaterialAutocompleteOneOfEnumControl.tsx
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,6 @@ | |
"node_modules" | ||
], | ||
"files": [ | ||
"./src/index.ts", | ||
"./src/extended/index.ts" | ||
"./src/index.ts" | ||
] | ||
} |