This will allow attributes to be applied to instances. While I've not had a need for this myself, there's others who have and I think it'd be an appropriate addition to the prop marker symbols.
Example:
returne("TextLabel", {
[React.Attributes] = {
Test=100,
MyBool=false
}
})Draft PR for full changes proposed:
#39
This will allow attributes to be applied to instances. While I've not had a need for this myself, there's others who have and I think it'd be an appropriate addition to the prop marker symbols.
Example:
Draft PR for full changes proposed:
#39