Mateusz Burzyński
Mateusz Burzyński
You can write a function that would be able to interpret this. I dont see much value in supporting a syntax like this if it can be implemented in the...
That's really weird - have you tried reinstalling your whole node_modules?
Please always try to share a repro case in a runnable form - either by providing a git repository to clone or a codesandbox. OSS maintainers usually can't afford the...
Please always try to share a repro case in a runnable form - either by providing a git repository to clone or a codesandbox. OSS maintainers usually can't afford the...
It's not hardcoded - it only has a default value. You can call received `scrollTo` like this: ``` scrollTo(target, { duration: 1000 }) ``` `duration` can even also be a...
It's working fine - https://codesandbox.io/s/admiring-kalam-pxs9l . You have not actually used implemented `scrollToBottom` which is using duration option, but rather was using inline handler which wasnt passing any additional options...