Closed Fireboltofdeath closed 3 years ago
Property assignments are handled prior to to a component being setup which can cause issues at runtime (instance and attributes aren't valid)
instance
attributes
All property assignments and constructor body (?) should be implicitly moved into onStart
https://github.com/rbxts-flamework/transformer/pull/3
Property assignments are handled prior to to a component being setup which can cause issues at runtime (
instance
andattributes
aren't valid)All property assignments and constructor body (?) should be implicitly moved into onStart