From 6967f01e11d3325f349f45572cca2335004a1ddc Mon Sep 17 00:00:00 2001 From: Jean-Frederic Fortier Date: Fri, 16 Aug 2024 14:06:46 -0400 Subject: [PATCH] Update remote-ui-to-remote-dom.md (#416) --- documentation/migrations/remote-ui-to-remote-dom.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/migrations/remote-ui-to-remote-dom.md b/documentation/migrations/remote-ui-to-remote-dom.md index 47e13531..e59bf4cd 100644 --- a/documentation/migrations/remote-ui-to-remote-dom.md +++ b/documentation/migrations/remote-ui-to-remote-dom.md @@ -292,6 +292,6 @@ function MyRemoteRenderer() { sendReceiverToRemoteContext(receiver.connection); }, [receiver]); - return ; + return ; } ```