We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5b5f2f commit 30a327fCopy full SHA for 30a327f
1 file changed
src/QueryEditor.tsx
@@ -95,7 +95,7 @@ const QueryEditor: React.FC<Props> = ({ datasource, query, range, onChange, onRu
95
fetchNodes(spaceId || '', roomId);
96
fetchContexts(spaceId || '', roomId, after, before);
97
}
98
- }, [roomId, rooms, fetchContexts, fetchNodes, spaceId]);
+ }, [roomId, rooms, fetchContexts, fetchNodes, spaceId, after, before]);
99
100
React.useEffect(() => {
101
// eslint-disable-line
0 commit comments