zane st. john
Results
1
comments of
zane st. john
Nice! Here's how I did it in my use case by using the `getScaleRender` prop: ```tsx // ... function getScaleRender(scale: number) { return {scale + 1}; } // ... function...