Files
rose-ash/sx/sxc
giles 48d493e9cc
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 5m26s
Fix init.sx: move out of component directory to avoid server-side eval
init-client.sx contains browser-only code (dom-listen, collect! cssx).
It was in sx/sx/ which load_sx_dir scans and evaluates server-side,
causing "Undefined symbol: dom-listen". Move to sx/init-client.sx
which is outside the component load path.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-14 12:07:02 +00:00
..