You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
No clue what this means but it told me to report it here.
Relevant code:
--!strictlocalClass= {}
Class.__index=Class-->> IncludeslocalSignal=require(script.Parent.Signal) -- https://github.com/Data-Oriented-House/LemonSignal-->> TypesexporttypeClass=typeof(setmetatable({} :: ClassStruct, Class))
typeClassStruct= {
signal: Signal.Signal<number>,
}
-->> PublicfunctionClass.new(interval: number): Classlocalself=setmetatable({
signal=Signal.new()
}, Class)
returnselfend-- ENTIRE function body has the error, including comments (not including header or 'end')-- TypeError: Free type pack is escaping its module, please report this errorfunctionClass.Connect(self: Class, callback: (number) -> ())
returnself.signal:Connect(callback)
end-->>returnClass
The text was updated successfully, but these errors were encountered:
aatxe
changed the title
[NEW SOLVER] 'Free type pack is escaping its module'
Free type pack is escaping its module with LemonSignal library
Dec 19, 2024
No clue what this means but it told me to report it here.
Relevant code:
The text was updated successfully, but these errors were encountered: