Work around Roact bug

This commit is contained in:
Lucien Greathouse
2019-05-16 18:45:00 -07:00
parent 1e13097126
commit ae12ffdefb

View File

@@ -80,7 +80,8 @@ function App:init()
end end
function App:render() function App:render()
local children -- FIXME: https://github.com/Roblox/roact/issues/209
local children = {}
if self.state.sessionStatus == SessionStatus.Connected then if self.state.sessionStatus == SessionStatus.Connected then
children = { children = {