Troubleshooting

PreviousNext

Common issues with @pex/ui-web

Module not found: @pex/ui-web

Make sure @pex/ui-web is listed in your app's package.json and you've run pnpm install from the monorepo root.


Components are unstyled

Ensure Tailwind CSS 4 is scanning the @pex/ui-web source. Add it to your content config:

@source "../../../packages/ui-web/src/**/*.tsx";

Type errors on component props

Run pnpm --filter=@pex/ui-web build to ensure the package types are up to date.