From 7f07f0449dc8bd0ed1b618e55fd5fecbd75a91a1 Mon Sep 17 00:00:00 2001 From: Huarch Date: Fri, 12 Jun 2026 12:43:10 +0800 Subject: [PATCH] fix(devtools): set local devtools URL --- src/providers/devtools/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/providers/devtools/index.tsx b/src/providers/devtools/index.tsx index 01c4c8d..54e2bbd 100644 --- a/src/providers/devtools/index.tsx +++ b/src/providers/devtools/index.tsx @@ -8,7 +8,7 @@ const RefineDevtools = React.lazy(async () => { return { default: (props: React.PropsWithChildren) => ( - + {props.children}