Skip to content

Commit

Permalink
import correctly rrule lib, and fix reccurent event display
Browse files Browse the repository at this point in the history
  • Loading branch information
orthagh authored and trasher committed Jul 7, 2020
1 parent 3fcdd32 commit 9fa6de5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/bundles/fullcalendar.js
Expand Up @@ -29,7 +29,8 @@
* ---------------------------------------------------------------------
*/
// RRule dependency
window.rrule = require('rrule');
// lib is exported as a module, so it must be imported as a module
import { } from 'rrule'

// Fullcalendar library
require('@fullcalendar/core');
Expand Down

0 comments on commit 9fa6de5

Please sign in to comment.