Skip to content

Commit 6064b02

Browse files
fix node renderer build
1 parent c5851aa commit 6064b02

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/react-on-rails-pro/src/RSCRoute.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
"use client";
2-
31
/*
42
* Copyright (c) 2025 Shakacode LLC
53
*
@@ -15,6 +13,7 @@
1513
*/
1614

1715
/// <reference types="react/experimental" />
16+
"use client";
1817

1918
import * as React from 'react';
2019
import { useRSC } from './RSCProvider.tsx';

0 commit comments

Comments
 (0)