Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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 opened this issue Aug 8, 2023 · 6 comments

Comments

@lokemass
Copy link

lokemass commented Aug 8, 2023

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):

  • OS: windows 10
  • "mui-chips-input": "^2.0.2",
    

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
Copy link
Owner

Hello !

Could you try installing @mui/base plz ?

npm i @mui/base

@Silur
Copy link

Silur commented Aug 9, 2023

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

@viclafouch
Copy link
Owner

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

@DinhHoang47
Copy link

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

  • 1 vote. I have the same problem.

@ptah0
Copy link

ptah0 commented Aug 11, 2023

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
Copy link
Owner

Fixed in 2.1.3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants