makar-al
makar-al
@brianzinn Thanks for implementing this feature. I have a question, why you chose to avoid hooks? I'm not against current implementation, but for me hooks just seem more natural for...
Btw, I've noticed that you [added](https://github.com/brianzinn/react-babylonjs/blob/07e611b5399a845e4a935ef1ba74affa318843b9/packages/react-babylonjs/src/generatedProps.ts#L3800) types for packed manager, but missed the actual component. Maybe you could add it too? It seems like it's not very different from simple...
No, haven't tried it yet, I just assumed that since `SpritePackedManager` is not mentioned in `generate-code.ts`. It turned out that I forgot to read `generatedCode.ts`, sorry. You're right, it should...
There is one last piece of sprite API left - `SpriteMap`. I can see that it could be tricky to implement it declaratively. If you are ok with adding it...
@brianzinn Just tested changes in master branch and everything works great. Thanks. Do you want to release new version now or wait for `SpriteMap`? I'm ok with either approach.
Ok, thanks.