Mario
Mario
This pull request adds support for react 18. In the meantime, I published the package to NPM as `react-timekeeper-f`
Added transform properties to set `rotation`, and `translate` in XYZ axis with a single line ### Example Before: ```tsx ``` After: ```tsx ```
As of now, the amount scrolled is only dependant of the `pixelSize` of the Root, but it would be nice to have a property to modify this amount. ## Example...
## Summary New utility function based on the current `subscribeKey` that allows subscriptions to multiple properties of a proxy. This PR also **adds an optional second argument to the callback**...