Closed leeyuchang closed 2 weeks ago
same issue in my next js application
Same issue, solved it by declaring the types in my own d.ts
file, copying the content of index.types.d.ts
same issue
Same issue, solved it by declaring the types in my own
d.ts
file, copying the content ofindex.types.d.ts
@thejoltjoker , Could you describe it better?
The latest release isn't properly generating an index.d.ts file for some reason.
17:24:19 ❯ cat node_modules/mui-chips-input/dist/index.d.ts
export {}
There's probably a cleaner way to do this, but for now, I just checked out an early version of the project, grabbed the index.d.ts file and stuffed it in a types.d.ts file somewhere in my project.
Here's the types.d.ts file I made.
Describe the bug I got error from v3
To Reproduce yarn add mui-chips-input
Expected behavior No any error
Screenshots
Desktop (please complete the following information):
Smartphone (please complete the following information):