Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(react): multichain query hooks #515

Merged
merged 1 commit into from
Feb 23, 2025

feat(react): multichain query hooks

886774e
Select commit
Loading
Failed to load commit list.
Merged

feat(react): multichain query hooks #515

feat(react): multichain query hooks
886774e
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Feb 23, 2025 in 1s

40.66% of diff hit (target 69.52%)

View this Pull Request on Codecov

40.66% of diff hit (target 69.52%)

Annotations

Check warning on line 46 in packages/react/src/hooks/use-query-loader.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/react/src/hooks/use-query-loader.ts#L39-L46

Added lines #L39 - L46 were not covered by tests

Check warning on line 69 in packages/react/src/hooks/use-query-options.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/react/src/hooks/use-query-options.ts#L69

Added line #L69 was not covered by tests

Check warning on line 45 in packages/react/src/hooks/use-query-refresher.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/react/src/hooks/use-query-refresher.ts#L45

Added line #L45 was not covered by tests

Check warning on line 52 in packages/react/src/hooks/use-query-refresher.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/react/src/hooks/use-query-refresher.ts#L50-L52

Added lines #L50 - L52 were not covered by tests

Check warning on line 56 in packages/react/src/hooks/use-query-refresher.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/react/src/hooks/use-query-refresher.ts#L54-L56

Added lines #L54 - L56 were not covered by tests

Check warning on line 66 in packages/react/src/hooks/use-query-refresher.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/react/src/hooks/use-query-refresher.ts#L63-L66

Added lines #L63 - L66 were not covered by tests

Check warning on line 72 in packages/react/src/hooks/use-query-refresher.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/react/src/hooks/use-query-refresher.ts#L68-L72

Added lines #L68 - L72 were not covered by tests

Check warning on line 77 in packages/react/src/hooks/use-query-refresher.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/react/src/hooks/use-query-refresher.ts#L74-L77

Added lines #L74 - L77 were not covered by tests

Check warning on line 81 in packages/react/src/hooks/use-query-refresher.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/react/src/hooks/use-query-refresher.ts#L81

Added line #L81 was not covered by tests

Check warning on line 70 in packages/react/src/hooks/use-query.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/react/src/hooks/use-query.ts#L70

Added line #L70 was not covered by tests

Check warning on line 77 in packages/react/src/hooks/use-query.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/react/src/hooks/use-query.ts#L75-L77

Added lines #L75 - L77 were not covered by tests

Check warning on line 80 in packages/react/src/hooks/use-query.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/react/src/hooks/use-query.ts#L79-L80

Added lines #L79 - L80 were not covered by tests

Check warning on line 90 in packages/react/src/hooks/use-query.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/react/src/hooks/use-query.ts#L83-L90

Added lines #L83 - L90 were not covered by tests

Check warning on line 96 in packages/react/src/hooks/use-query.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/react/src/hooks/use-query.ts#L93-L96

Added lines #L93 - L96 were not covered by tests

Check warning on line 108 in packages/react/src/hooks/use-query.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/react/src/hooks/use-query.ts#L102-L108

Added lines #L102 - L108 were not covered by tests

Check warning on line 113 in packages/react/src/hooks/use-query.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/react/src/hooks/use-query.ts#L110-L113

Added lines #L110 - L113 were not covered by tests

Check warning on line 164 in packages/react/src/hooks/use-query.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/react/src/hooks/use-query.ts#L163-L164

Added lines #L163 - L164 were not covered by tests

Check warning on line 166 in packages/react/src/hooks/use-query.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/react/src/hooks/use-query.ts#L166

Added line #L166 was not covered by tests

Check warning on line 168 in packages/react/src/hooks/use-query.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/react/src/hooks/use-query.ts#L168

Added line #L168 was not covered by tests

Check warning on line 170 in packages/react/src/hooks/use-query.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/react/src/hooks/use-query.ts#L170

Added line #L170 was not covered by tests

Check warning on line 184 in packages/react/src/hooks/use-query.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/react/src/hooks/use-query.ts#L184

Added line #L184 was not covered by tests

Check warning on line 238 in packages/react/src/hooks/use-query.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/react/src/hooks/use-query.ts#L234-L238

Added lines #L234 - L238 were not covered by tests

Check warning on line 249 in packages/react/src/hooks/use-query.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/react/src/hooks/use-query.ts#L242-L249

Added lines #L242 - L249 were not covered by tests

Check warning on line 254 in packages/react/src/hooks/use-query.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/react/src/hooks/use-query.ts#L251-L254

Added lines #L251 - L254 were not covered by tests

Check warning on line 265 in packages/react/src/hooks/use-query.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/react/src/hooks/use-query.ts#L259-L265

Added lines #L259 - L265 were not covered by tests