KlaydDocumentation

Troubleshooting

Diagnose the export, not the symptom.

Start with Klayd's validation message, then confirm the generated package contract locally.

An export is blocked

Remove or rebuild the components named by the compatibility message. Enhanced SVG behavior is the most common framework-specific limitation; standard component families are supported.

The generated package does not build

npm install
npm run typecheck --if-present
npm run lint --if-present
npm run test --if-present
npm run package:build --if-present

Run commands from the ZIP root. Do not copy only the component directory before installing the package's declared runtime and build dependencies.

The theme looks different

Confirm that the exported theme or globals.css loads after resets, and that the expected data-theme value is applied above the rendered components.

Visual Review is absent

Storybook and Playwright visual harnesses are currently generated for React and Vue. Other targets receive package quality gates and delivery documentation instead.