2026-05-23
v1.0.8.2
Simulation detail page render fix
Two surgical bugs caught during the prod smoke. (1) The detail page crashed on every render because it passed a plain JavaScript callback across the server-to-client component boundary; the boundary only accepts serializable values. (2) The timestamp on the page used a locale-aware formatter that produced different output server-side and client-side, triggering a hydration warning on every load. Both fixed. The page now renders cleanly for every simulation.