--!strict
function f(info: DockWidgetPluginGuiInfo)
local v = info.InitialDockState
--> Key 'InitialDockState' not found in class 'DockWidgetPluginGuiInfo'
end
It should be recognized as a Enum.InitialDockState
.
--!strict
function f(info: DockWidgetPluginGuiInfo)
local v = info.InitialDockState
--> Key 'InitialDockState' not found in class 'DockWidgetPluginGuiInfo'
end
It should be recognized as a Enum.InitialDockState
.
Thanks for the report! We’ve filed a ticket to our internal database and we’ll follow up when we have an update for you.