Commit 932e9c6
fix(explore): Fix initial query validation running more than once
Use a ref to guard the initial validation effect so it only fires once,
and remove the eslint-disable comment by including the proper dependencies.
Refs EXP-641
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 39c10a1 commit 932e9c6
File tree
1 file changed
+5
-4
lines changed- static/app/views/explore/components
1 file changed
+5
-4
lines changedLines changed: 5 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
110 | 110 | | |
111 | 111 | | |
112 | 112 | | |
| 113 | + | |
113 | 114 | | |
114 | | - | |
| 115 | + | |
115 | 116 | | |
| 117 | + | |
116 | 118 | | |
117 | | - | |
118 | | - | |
| 119 | + | |
119 | 120 | | |
120 | 121 | | |
121 | 122 | | |
| |||
0 commit comments