Skip to content

Commit a3ad230

Browse files
Add "use client" directive to RSCClientRoot
1 parent 544a932 commit a3ad230

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

node_package/src/RSCClientRoot.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
"use client";
2+
13
import * as React from 'react';
24
import RSDWClient from 'react-server-dom-webpack/client';
35
import { fetch } from './utils';

0 commit comments

Comments
 (0)