duetds / date-picker

Duet Date Picker is an open source version of Duet Design System’s accessible date picker. Try live example at https://duetds.github.io/date-picker/
https://www.duetds.com
MIT License
1.73k stars 68 forks source link

Uncaught TypeError: Cannot read properties of undefined (reading 'getAttribute') #120

Closed rasarkar closed 1 year ago

rasarkar commented 1 year ago

duetds.esm.js is throwing an uncaught error:

console

Necessary files should already be included:

sources

Has anyone else encountered this issue? Apologies in advance if the error due to something that I missed.

rasarkar commented 1 year ago

Error was thrown when I was trying to host the files myself. When I instead loaded the files from the CDN, the issue was resolved.