Fix key/value re-render issue

This commit is contained in:
Gregory Schier
2025-04-20 07:08:46 -07:00
parent 1ab937aae4
commit faca29c789
4 changed files with 280 additions and 85 deletions

View File

@@ -85,6 +85,7 @@ export function useIntrospectGraphQL(
const clear = useCallback(async () => {
setError('');
setSchema(null);
await setIntrospection(null);
}, [setIntrospection]);