From ae12ffdefb8e8e26dd0f8731c86d19644e02b61a Mon Sep 17 00:00:00 2001 From: Lucien Greathouse Date: Thu, 16 May 2019 18:45:00 -0700 Subject: [PATCH] Work around Roact bug --- plugin/src/Components/App.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plugin/src/Components/App.lua b/plugin/src/Components/App.lua index 79436972..ef561c85 100644 --- a/plugin/src/Components/App.lua +++ b/plugin/src/Components/App.lua @@ -80,7 +80,8 @@ function App:init() end function App:render() - local children + -- FIXME: https://github.com/Roblox/roact/issues/209 + local children = {} if self.state.sessionStatus == SessionStatus.Connected then children = {