Skip to content

Commit

Permalink
set runtime for client-provider
Browse files Browse the repository at this point in the history
  • Loading branch information
polvallverdu committed Sep 27, 2024
1 parent cfbed5f commit c8f4865
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion packages/nextjs/src/index.react-server.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import type {
GeneratedNextComponents,
NextSocketlessProviderProps,
} from "./types";
import { generateSocketlessReactClientProxy } from "./client-providers";
import { generateSocketlessReactClientProxy } from "./client-providers.shared-runtime";

async function NextSocketlessProvider<
TMessage extends WebsocketMessage,
Expand Down

0 comments on commit c8f4865

Please sign in to comment.