react-big-schedule
react-big-schedule copied to clipboard
Typo on function call.
Checklist
- [X] I've verified that I'm running react-big-schedule latest version.
Describe the bug
Found while converting code to typescript.
should be:
.utcOffset(this.localeDayjs(new Date()).utcOffset(), true)
utcOffset is not a function on a Date object.
Reproduction Link/Code
none
Steps to reproduce
none
Operating System
Any
Browser
none
React version
none
react-big-schedule version
4.4.0
Additional Information
Also the Types files in the latest version doesn't even match the code. bruhh