mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-15 09:06:19 +08:00
init: the first public commit for AFFiNE
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
/**
|
||||
* Caution! this module must not include unstyled components import from `@mui/base`, otherwise, it will break the ClassNameGenerator.
|
||||
* ❌ import { ... } from '@mui/base';
|
||||
* ✅ import { ... } from '@mui/base/utils'; // must be specific base module
|
||||
*
|
||||
* Issue: https://github.com/mui/material-ui/issues/30011#issuecomment-1024993401
|
||||
*/
|
||||
|
||||
// eslint-disable-next-line import/prefer-default-export
|
||||
export { unstable_ClassNameGenerator } from '@mui/base/className';
|
||||
Reference in New Issue
Block a user