[alpha2] ExtendedEventSourceInput events type does not allow EventSourceFunc
See original GitHub issueThe documentation suggests an EventSourceFunc type value can be assigned to the events
parameter when using Calendar::addEventSource, however, the current v4-alpha.2 code does not allow it.
Editing fullcalendar.d
locally to events?: EventInput[] | EventSourceFunc
(or adding @ts-ignore
) allows my v4-alpha.1 code to compile.
I could submit a PR but wanted to check if this a regression or is the intention to switch to only allowing events?: EventInput[]
?
Issue Analytics
- State:
- Created 5 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
No results found
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Thanks! I can confirm, in the latest alpha release, this is working for me
this has been addressed and released in 4.0.0-alpha.4