-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Uncaught TypeError: $today is null #413
Comments
Upon further consideration I have realized what is causing this error. This will happen when rendering the Gantt chart for historical or future data, and the current date is not included in the timeline at the top of the chart. I will try to put together a PR to fix this |
Wait I think you duplicated my issue that I posted right before (#412). Maybe my documentation helps. |
Ah yeah, looks like we opened duplicate issues. My PR #414 will fix both issues |
Thanks for calling this out, and apologies for the delay in fixing it! |
I'm using the library from the latest commit on the
master
branch. I get the following error when using, or switching to, the day, week, month, or year view:The offending code is here. It's not clear to me what element this line of code is attempting to find
The text was updated successfully, but these errors were encountered: