Files
dify/web/hooks
copilot-swe-agent[bot] b3b20a999a Fix clearQueryParams to check window at runtime instead of using isServer constant
Replace the pre-evaluated isServer check with a direct typeof window === 'undefined' check to properly handle test scenarios where window is stubbed after module load.

Co-authored-by: lyzno1 <92089059+lyzno1@users.noreply.github.com>
2026-01-10 06:05:36 +00:00
..