Skip to content

Commit 9fa6de5

Browse files
orthaghtrasher
authored andcommitted
import correctly rrule lib, and fix reccurent event display
1 parent 3fcdd32 commit 9fa6de5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/bundles/fullcalendar.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@
2929
* ---------------------------------------------------------------------
3030
*/
3131
// RRule dependency
32-
window.rrule = require('rrule');
32+
// lib is exported as a module, so it must be imported as a module
33+
import { } from 'rrule'
3334

3435
// Fullcalendar library
3536
require('@fullcalendar/core');

0 commit comments

Comments
 (0)