这是indexloc提供的服务,不要输入任何密码
Skip to content

Cannot read properties of undefined (reading 'isUndefined') #1464

@garvraj

Description

@garvraj

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions