Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
garvraj opened this issue Nov 25, 2024 · 0 comments
Open

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

garvraj opened this issue Nov 25, 2024 · 0 comments

Comments

@garvraj
Copy link

garvraj commented Nov 25, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant