| name | common-issues |
|---|---|
| description | Known issues and their solutions in the Trezor Suite monorepo. Use when encountering build failures, test failures, or environment problems. |
- Playwright failures: Use
yarn --mode=skip-buildduring installation - Network timeouts: Retry commands; common in restricted environments
- Build failures: Run
yarn build:libsafter dependency changes - Type errors: Use the narrowest available TypeScript check; reserve broader checks for final validation