Skip to content

Commit 957c57f

Browse files
committed
fix: remove useNewQueryKeys
1 parent 7f6229b commit 957c57f

4 files changed

Lines changed: 0 additions & 4 deletions

File tree

refine-nextjs/plugins/auth-provider-auth0/src/app/_refine_context.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,6 @@ const App = (props: React.PropsWithChildren<AppProps>) => {
182182
options={{
183183
syncWithLocation: true,
184184
warnWhenUnsavedChanges: true,
185-
useNewQueryKeys: true,
186185
<%_ if (typeof projectId !== 'undefined' && projectId !== '') { _%>
187186
projectId: "<%= projectId %>",
188187
<%_ } _%>

refine-nextjs/plugins/auth-provider-google/src/app/_refine_context.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,6 @@ const App = (props: React.PropsWithChildren<AppProps>) => {
182182
options={{
183183
syncWithLocation: true,
184184
warnWhenUnsavedChanges: true,
185-
useNewQueryKeys: true,
186185
<%_ if (typeof projectId !== 'undefined' && projectId !== '') { _%>
187186
projectId: "<%= projectId %>",
188187
<%_ } _%>

refine-nextjs/plugins/auth-provider-keycloak/src/app/_refine_context.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,6 @@ const App = (props: React.PropsWithChildren<AppProps>) => {
182182
options={{
183183
syncWithLocation: true,
184184
warnWhenUnsavedChanges: true,
185-
useNewQueryKeys: true,
186185
<%_ if (typeof projectId !== 'undefined' && projectId !== '') { _%>
187186
projectId: "<%= projectId %>",
188187
<%_ } _%>

refine-nextjs/template/src/app/layout.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,6 @@ export default function RootLayout({
104104
options={{
105105
syncWithLocation: true,
106106
warnWhenUnsavedChanges: true,
107-
useNewQueryKeys: true,
108107
<%_ if (typeof projectId !== 'undefined' && projectId !== '') { _%>
109108
projectId: "<%= projectId %>",
110109
<%_ } _%>

0 commit comments

Comments
 (0)