question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[alpha2] ExtendedEventSourceInput events type does not allow EventSourceFunc

See original GitHub issue

The 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:closed
  • Created 5 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
baileyandycommented, Jan 18, 2019

Thanks! I can confirm, in the latest alpha release, this is working for me

0reactions
arshawcommented, Jan 11, 2019

this has been addressed and released in 4.0.0-alpha.4

Read more comments on GitHub >

github_iconTop Results From Across the Web

No results found

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found