mirror of
https://github.com/rojo-rbx/rojo.git
synced 2026-04-20 20:55:50 +00:00
Work around Roact bug
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user