clsx
clsx copied to clipboard
Cannot find module 'clsx/lite' or its corresponding type declarations
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?
wanna change from cnbuilder to "clsx/lite"... same problem?!
ah ok... typescript moduleResolution "bundler"is a new magic (?) :-)
https://www.typescriptlang.org/tsconfig#moduleResolution
see also: https://github.com/lukeed/clsx/issues/89