Baike.dev
All toolsAI codingTrendingOpen sourceNewsSubmit
Log in
Back to tool/Back to issues
#92·clsx

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.

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

Error:

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

What am i missing?

Source: lukeed/clsx

View original on GitHubView discussion on GitHub