-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Open
Description
Version
"tui-calendar": "^1.15.3"
Test Environment
Browser - Chrome
OS - MAC
Current Behavior
I am trying to use tui-calendar in my angular application
getting below error on console
tui-calendar.min.js:7 Uncaught TypeError: Cannot read properties of undefined (reading 'isUndefined')
at h (tui-calendar.min.js:7:12190)
at Object. (tui-calendar.min.js:7:12124)
at n (tui-calendar.min.js:7:530)
FYI - I have angular version 12
"scripts": [
"node_modules/jquery/dist/jquery.min.js",
"node_modules/popper.js/dist/popper.min.js",
"node_modules/bootstrap/dist/js/bootstrap.min.js",
"node_modules/moment/min/moment.min.js",
"node_modules/chart.js/dist/chart.min.js",
"node_modules/apexcharts/dist/apexcharts.min.js",
"node_modules/summernote/dist/summernote-lite.min.js",
"node_modules/tui-calendar/dist/tui-calendar.min.js"
],
this is my angular.json
Expected Behavior
It should not give any console error
Metadata
Metadata
Assignees
Labels
No labels