Cannot find module 'clsx/lite' or its corresponding type declarations
Author: stesvisCreated Mar 24, 2024Updated May 28, 2025
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?
Source: lukeed/clsx