We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adf2848 commit edff62dCopy full SHA for edff62d
src/libraries/libraries.ts
@@ -22,7 +22,7 @@ export const query: LibrarySlim = {
22
bgRadial: 'from-red-500 via-red-500/60 to-transparent',
23
badge: undefined,
24
repo: 'tanstack/query',
25
- frameworks: ['react', 'solid', 'vue', 'svelte', 'angular'],
+ frameworks: ['react', 'preact', 'solid', 'vue', 'svelte', 'angular'],
26
latestVersion: 'v5',
27
latestBranch: 'main',
28
availableVersions: ['v5', 'v4', 'v3'],
0 commit comments