viclafouch / mui-chips-input

📌 A chips input designed for MUI (Material ui) V6
https://viclafouch.github.io/mui-chips-input/
MIT License
83 stars 19 forks source link

ERROR in ./node_modules/mui-chips-input/dist/mui-chips-input.es.js 259:28-30 export 'default' (imported as 'gt') was not found in '@mui/base/ClickAwayListener' (possible exports: ClickAwayListener) #35

Closed lokemass closed 1 year ago

lokemass commented 1 year ago

Describe the bug today I got this error before it works fine

To Reproduce Steps to reproduce the behavior:

  1. just I run npm install
  2. this error arise

Desktop (please complete the following information):

Additional context ERROR in ./node_modules/mui-chips-input/dist/mui-chips-input.es.js 259:28-30 export 'default' (imported as 'gt') was not found in '@mui/base/ClickAwayListener' (possible exports: ClickAwayListener)

viclafouch commented 1 year ago

Hello !

Could you try installing @mui/base plz ?

npm i @mui/base
Silur commented 1 year ago

same issue with @mui/base being ^5.0.0-beta.10

viclafouch commented 1 year ago

Could you please share me a codesandbox with the issue plz ?

DinhHoang47 commented 1 year ago

same issue with @mui/base being ^5.0.0-beta.10

ptah0 commented 1 year ago

Here is the example: https://codesandbox.io/s/mui-chip-input-trjzg8?file=/package.json It's related to the @mui/material in package.json It's working when "@mui/material": "~5.13.7", but not working when "@mui/material": "~5.14.3",

viclafouch commented 1 year ago

Fixed in 2.1.3