Wrote end-to-end cypress tests
This commit is contained in:
@@ -12,7 +12,6 @@ const useQuery = (url, propsVariables = {}, options = {}) => {
|
||||
data: null,
|
||||
error: null,
|
||||
isLoading: !lazy,
|
||||
wasCalled: !lazy,
|
||||
variables: {},
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user