mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-05-01 13:04:18 +02:00
Fix key/value re-render issue
This commit is contained in:
@@ -85,6 +85,7 @@ export function useIntrospectGraphQL(
|
||||
|
||||
const clear = useCallback(async () => {
|
||||
setError('');
|
||||
setSchema(null);
|
||||
await setIntrospection(null);
|
||||
}, [setIntrospection]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user