fullcalendar/fullcalendar-workspace

Typescript and schedulerLicenseKey

arshaw opened this issue · 1 comments

from John Hoekstra

Object literal may only specify known properties, and 'schedulerLicenseKey' does not exist in type 'OptionsInput'

Scheduler needs to make OptionsInput aware of the schedulerLicenseKey prop.

Workaround: cast your options object to any before passing into the Calendar constructor