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.

fullCalendar is not a function

See original GitHub issue

Getting following runtime error while trying to use ng-fullcalendar as in repo description: ERROR TypeError: __WEBPACK_IMPORTED_MODULE_1_jquery___default(...)(...).fullCalendar is not a function. I’m using:

  • Angular-cli v1.4.4
  • Angular v4.4.4

Trying to use CalendarComponent from LazyLoaded module.

Any clues on what can be wrong here? For me it seems, that fullCalendar wasn’t properly initialized for jQuery, or something similar.

Maybe I’m missing any additional packages?

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Reactions:1
  • Comments:9 (3 by maintainers)

github_iconTop GitHub Comments

2reactions
irustmcommented, Jan 23, 2018

ng-fullcalendar@1.4.6

0reactions
Kamiliuscommented, Jan 23, 2018

@Jamaks yeah ng-fullcalendar@1.4.6 and fullcalendar@3.6.1 fixes issue. Thanks

Read more comments on GitHub >

github_iconTop Results From Across the Web

FullCalendar TypeError: $(...).fullCalendar is not a function
For anyone coming across this, there was only one solution working for me. I'm using webpack to compile my scripts and nothing was...
Read more >
TypeError: $(...).fullCalendar is not a function in jQuery
To solve the "$(...).fullCalendar is not a function" jQuery error, make sure to load the jQuery library before loading the FullCalendar library. The...
Read more >
$(...).fullCalendar is not a function - YouTube
jQuery : FullCalendar TypeError: $(...). fullCalendar is not a function [ Beautify Your Computer : https://www.hows.tech/p/recommended.html ] ...
Read more >
Uncaught error Fullcalendar is not a function
I think the issue is full calendar library file is not loading properly on page. Check if file is loaded or not using...
Read more >
calendar.fullCalendar is not a function · Issue #6629 - GitHub
fullCalendar( 'changeView', viewName, dateOrRange ). but the browser throws this error: calendar.fullCalendar is not a function.
Read more >

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