rbxts-flamework / core

Flamework is an extensible game framework. It requires typescript and offers many useful features.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

"delete" keyword on Component attributes does not remove the attribute

jackTabsCode opened this issue · comments

commented
delete this.attributes.a

results in nothing happening

this.attributes.a = undefined

works as expected