You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
edit:
found the issue, full calendar is now at v5
need to change the doc to:
npm install @fullcalendar/core@4.0.2 --save
in the documentation it said to import this 3 lines
import '@fullcalendar/core/main.min.css';
import '@fullcalendar/daygrid/main.min.css';
import '@fullcalendar/timegrid/main.min.css';
but import '@fullcalendar/core/main.min.css'; is not existing
i installed npm install @fullcalendar/core --save
and i see core folder at npm_modules, but i dont see main.min.css at that folder
The text was updated successfully, but these errors were encountered:
edit:
found the issue, full calendar is now at v5
need to change the doc to:
npm install @fullcalendar/core@4.0.2 --save
in the documentation it said to import this 3 lines
import '@fullcalendar/core/main.min.css';
import '@fullcalendar/daygrid/main.min.css';
import '@fullcalendar/timegrid/main.min.css';
but import '@fullcalendar/core/main.min.css'; is not existing
i installed npm install @fullcalendar/core --save
and i see core folder at npm_modules, but i dont see main.min.css at that folder
The text was updated successfully, but these errors were encountered: