clsx icon indicating copy to clipboard operation
clsx copied to clipboard

Cannot find module 'clsx/lite' or its corresponding type declarations

Open stesvis opened this issue 1 year ago • 3 comments

I am unable to use clsx/lite.

// package.json
"clsx": "^2.1.0"
// MyComponent
import { clsx } from "clsx/lite";

Error:

Cannot find module 'clsx/lite' or its corresponding type declarations.

What am i missing?

stesvis avatar Mar 24 '24 18:03 stesvis

wanna change from cnbuilder to "clsx/lite"... same problem?!

image

crazyx13th avatar Mar 28 '24 21:03 crazyx13th

ah ok... typescript moduleResolution "bundler"is a new magic (?) :-)

https://www.typescriptlang.org/tsconfig#moduleResolution

see also: https://github.com/lukeed/clsx/issues/89

crazyx13th avatar Mar 28 '24 21:03 crazyx13th