File tree Expand file tree Collapse file tree
tests/integration/rsc-mf/host/src/server-component-root Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11import 'server-only' ;
22import { Suspense } from 'react' ;
33import { AsyncRemoteServerInfo } from 'rscRemote/AsyncRemoteServerInfo' ;
4- import { RemoteServerCard } from 'rscRemote/RemoteServerCard' ;
54import RemoteServerDefault from 'rscRemote/RemoteServerDefault' ;
65import remoteMeta , { getRemoteMetaLabel } from 'rscRemote/remoteMeta' ;
76import { getServerOnlyInfo } from 'rscRemote/remoteServerOnly' ;
@@ -39,7 +38,7 @@ const App = () => {
3938 </ Suspense >
4039 < RemoteServerDefault label = "Remote Default Server Card" />
4140 < Suspense fallback = { < div > Loading Remote RSC...</ div > } >
42- < RemoteServerCard label = "Remote Federated Tree" />
41+ < RemoteServerDefault label = "Remote Federated Tree" />
4342 </ Suspense >
4443 < HostRemoteActionRunner />
4544 </ div >
Original file line number Diff line number Diff line change @@ -37,6 +37,7 @@ export default function HostRemoteActionRunner() {
3737
3838 return (
3939 < div className = "host-remote-action-runner" >
40+ < RemoteClientCounterBridge />
4041 < RemoteClientBadge initialLabel = "remote-client-badge-initial" />
4142 < button
4243 className = "host-remote-run-actions"
You can’t perform that action at this time.
0 commit comments