Forum Discussion

Americo Perez's avatar
Americo Perez
Iron Contributor
Mar 12, 2018

Updating a SPFx app: Can't find FC-namespace

Hi, I am trying to update this application: js-modern-calendar and I found that it is using a namespace that I can't find, it is "FC" and the app is calling a method in this namespace called "Event...
  • Matthew Lui's avatar
    Jun 13, 2018

    FC is the namespace used by the fullcalendar plugin. I had the same issue when trying to get the sample to work and was able to resolve it by specifying dependency 'fullcalendar' to 3.2.0 (not ^3.2.0). By default npm install grabs the latest fullcalendar which breaks the app, but 3.2.0 seems to work.

Resources