Files
taxbaik/TaxBaik.Web.Client
kjh2064 4b7bdbaffb
TaxBaik CI/CD / build-and-deploy (push) Failing after 2m18s
fix: disable prerendering for interactive WebAssembly - menu interactivity issue
Problem: With prerender: true, static HTML renders first. Menu loads but is not interactive
until WebAssembly runtime finishes loading. Users clicking before runtime loads see no response.

Solution: Set prerender: false to ensure menu and all controls are interactive immediately.

Trade-off: Initial page load shows blank screen while WebAssembly bundles download,
but once loaded, all interactivity is immediate (better UX overall).

Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
2026-07-03 02:08:42 +09:00
..