Skip to content

Commit

Permalink
Add "use client" directive to RSCClientRoot
Browse files Browse the repository at this point in the history
  • Loading branch information
AbanoubGhadban committed Feb 9, 2025
1 parent 544a932 commit a3ad230
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions node_package/src/RSCClientRoot.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
"use client";

import * as React from 'react';
import RSDWClient from 'react-server-dom-webpack/client';
import { fetch } from './utils';
Expand Down

0 comments on commit a3ad230

Please sign in to comment.