kennethloeffler / anatta

Anatta is a library that integrates the ECS pattern into Roblox.
https://kennethloeffler.github.io/anatta/
MIT License
38 stars 1 forks source link

`Dom` functions don't work with `T.strictArray` #105

Closed kennethloeffler closed 2 years ago

kennethloeffler commented 2 years ago

I apparently thought that t.strictArray took a table instead of a vararg when I implemented these, so T.strictArray throws a bunch of scary-looking errors when given to functions like Dom.tryFromAttributes or Dom.waitForRefs.