Help: FAQ
Start here for common setup, runtime, and upgrade questions before opening a new issue.
Prerequisites
- - Identify the affected area (setup, components, styles, or upgrade).
- - Confirm behavior on current package versions.
- - Capture console errors or failing test/build output.
Step 1: Check the nearest docs section first
Most recurring questions are already covered in intro and integration pages.
Start here:
- /
- /developing
- /partials
- /must-knowStep 2: Run quick setup diagnostics
Verify styles, loader registration, and readiness checks before escalating.
Quick checks:
- Token stylesheet loaded once
- Loader bootstrap runs once
- Tests wait for component readinessStep 3: Escalate through Support when unresolved
Open an issue with concise diagnostics and links to pages already reviewed.
Open support:
https://github.com/jortega0033/diwa-design-system/issues/newCommon Questions
- - Q: Why do components render but not behave? A: Loader registration likely did not run on the client.
- - Q: Why is styling inconsistent? A: Ensure global token stylesheet is loaded before interactive render.
- - Q: Why are tests flaky? A: Wait for custom-element definition and componentOnReady where needed.
- - Q: Where are breaking changes documented? A: See News > Changelog and Migration Guide.
Troubleshooting
- - If the same question appears repeatedly, create or update a dedicated docs snippet.
- - If setup differs by framework, compare against the specific `/developing/*` route.
- - If issue started after upgrade, review changelog and migration notes first.