From 31adb807304a37ce9232c5bd263c7d71d0843e74 Mon Sep 17 00:00:00 2001 From: Nick Lucas Date: Sun, 29 Dec 2024 19:41:12 +0000 Subject: [PATCH] third experiment --- packages/query-core/src/types.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/query-core/src/types.ts b/packages/query-core/src/types.ts index ce139b04d9..b1db622925 100644 --- a/packages/query-core/src/types.ts +++ b/packages/query-core/src/types.ts @@ -43,9 +43,9 @@ export type DefaultError = Register extends { export type QueryKey = ReadonlyArray export const dataTagSymbol = Symbol('dataTagSymbol') -export type dataTagSymbol = typeof dataTagSymbol +export type DataTagSymbol = typeof dataTagSymbol export const dataTagErrorSymbol = Symbol('dataTagErrorSymbol') -export type dataTagErrorSymbol = typeof dataTagErrorSymbol +export type DataTagErrorSymbol = typeof dataTagErrorSymbol export const unsetMarker = Symbol('unsetMarker') export type UnsetMarker = typeof unsetMarker export type AnyDataTag = {