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