Closed dennemark closed 11 months ago
Hi @dennemark - THANK you for spotting this. The issue is that this declareIndices()
approach does not work anymore with the new class syntax & semantics of ES2022 (which I switched all packages to recently). I will push a new release in the next few mins...
Thanks so much! Super fast :D I was already wondering if maybe vite cache was messed up... Going to try out later :)
Customer sevice! :) It's uploading now, but maybe give it another 5 mins... it will be v7.8.10!
I did not upgrade @thi.ng/vectors for a while. Was on version 7.5.14 and now upgraded to 7.8.9 I can´t really imagine it, but it seems like the x and y coordinates on a Vec2 class are missing.
Tried to trace it back to: https://github.com/thi-ng/umbrella/blob/develop/packages/vectors/src/compile/accessors.ts#L2 Or it is just the missing assignment in constructor of Vec2. Used yarn patch to solve it, by adding the following lines
Is this reproducable?