mirror of
https://github.com/LukeHagar/better-auth.git
synced 2025-12-07 12:27:44 +00:00
fix: demo build & upgrades (#2848)
This commit is contained in:
committed by
GitHub
parent
77c38594bb
commit
06ca627a6a
@@ -27,7 +27,7 @@ export function Wrapper(props: { children: React.ReactNode }) {
|
||||
|
||||
const queryClient = new QueryClient();
|
||||
|
||||
export function WrapperWithQuery(props: { children: React.ReactNode }) {
|
||||
export function WrapperWithQuery(props: { children: React.ReactNode | any }) {
|
||||
return (
|
||||
<QueryClientProvider client={queryClient}>
|
||||
{props.children}
|
||||
|
||||
Reference in New Issue
Block a user