Commit 1d06949
fix(link-checker): guard visibility reload against missing installation match [ES-524]
When getForOrganization returns no match for the current space/environment,
match is undefined and deepEqual(undefined, params) always returns false,
causing a page reload every time the user switches back to the tab. This
wiped in-progress scan results, explaining both the "links disappear on
tab switch" and "page freezes/resets at ~14,670 links" symptoms. Only
reload when a match is found AND its parameters differ from the current
installation.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent eccaf63 commit 1d06949
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
195 | 195 | | |
196 | 196 | | |
197 | 197 | | |
198 | | - | |
| 198 | + | |
199 | 199 | | |
200 | 200 | | |
201 | 201 | | |
| |||
0 commit comments