Skip to content

Commit

Permalink
Update remote-ui-to-remote-dom.md (#416)
Browse files Browse the repository at this point in the history
  • Loading branch information
jffortier authored Aug 16, 2024
1 parent 408f964 commit 6967f01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/migrations/remote-ui-to-remote-dom.md
Original file line number Diff line number Diff line change
Expand Up @@ -292,6 +292,6 @@ function MyRemoteRenderer() {
sendReceiverToRemoteContext(receiver.connection);
}, [receiver]);

return <RemoteRenderer receiver={receiver} components={components} />;
return <RemoteRootRenderer receiver={receiver} components={components} />;
}
```

0 comments on commit 6967f01

Please sign in to comment.