We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2b8cef commit 56cdc86Copy full SHA for 56cdc86
static/app/components/searchQueryBuilder/tokens/filter/valueListBox.tsx
@@ -126,6 +126,7 @@ export function ValueListBox<T extends SelectOptionOrSectionWithKey<string>>({
126
return () => {
127
observer.disconnect();
128
};
129
+ // all deps are refs but because they're props, the linter complains
130
}, []); // eslint-disable-line react-hooks/exhaustive-deps
131
132
if (!isOpen || (!anyItemsShowing && !isLoading)) {
0 commit comments