After the recent upgrade to v4.2.0 events are not rendered anymore.
See original GitHub issueHey!
Great Vue component, however after I upgraded from v4.1.1
to v4.2.0
my events are not rendered anymore. What’s more I also got some deprecation warnings
Use of datesRender as an event is deprecated. Please convert to a prop.
Use of eventRender as an event is deprecated. Please convert to a prop.
Use of viewSkeletonRender as an event is deprecated. Please convert to a prop.
Could you please make a working example with 4.2.0
or at least explain what needs to be modified in order for the events to render?
Could it be related to the fact that I initialise FullCalendar
with an empty events
array and am then loading my events in Vue’s mounted()
lifecycle hook?
Thanx!
Issue Analytics
- State:
- Created 4 years ago
- Comments:25 (8 by maintainers)
Top Results From Across the Web
Known Issues - The Events Calendar
Description: Since the WooCommerce v6.3.0 update, the attendee registration page is not working anymore for WooCommerce Tickets. Workaround:.
Read more >V4 Release Notes and Upgrade Guide - Docs v4 - FullCalendar
To get the current View Object, access the Calendar's view property instead. The getView() method has been removed. render method. When called after ......
Read more >Migrating from v3 to v4 - Gatsby
Use npm outdated or yarn upgrade-interactive for automatic upgrade to the latest v3 release. After upgrading, run gatsby build and look for deprecation...
Read more >Source of CHANGELOG.md - scheduler - Bitbucket
v4.2.0. fix recurring event expansion when event starts before view ... render method does not re-adjust calendar dimension (#3893); when ...
Read more >Docker Desktop release notes
Copied terminal contents do not contain non-breaking spaces anymore. For Mac. Minimum version to install or update Docker Desktop on macOS is now...
Read more >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
4.2 seems broken. Resources are not shown anymore, even if I use props instead of an event (or no renderer at all). It’s also undocumented. I’d guess we have to wait a little bit longer 😃
I’m glad everything is seems to be fixed.
I needed to publish another patch release 4.2.2 because I noticed another bug related to event objects with Date objects. Please upgrade to 4.2.2.
Closing this issue. Please open a new ticket if you experience continued problems.