mirror of
https://github.com/mue/mue.git
synced 2026-07-22 00:07:23 +02:00
feat: new colour picker
- General Fixes - Event UI change - Marketplace Collection UI Changes Co-authored-by: David Ralph <me@davidcralph.co.uk> Co-authored-by: Isaac <contact@eartharoid.me>
This commit is contained in:
@@ -55,4 +55,5 @@ function ChipSelect({ label, options }) {
|
||||
);
|
||||
}
|
||||
|
||||
export default memo(ChipSelect);
|
||||
const MemoizedChipSelect = memo(ChipSelect);
|
||||
export { ChipSelect as default, MemoizedChipSelect as ChipSelect };
|
||||
Reference in New Issue
Block a user