Files
resolutionflow/frontend/src/components
chihlasm 1e035ac375 fix: move Date.now() out of render in ErrorBoundary to satisfy eslint purity rule
The chunk-reload logic used Date.now() and sessionStorage during render,
triggering react-hooks/purity. Moved to useEffect so side effects run
after commit, fixing the CI lint failure.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-14 12:50:29 -04:00
..