lperamo / ecocomposer

Frontend library with as little JavaScript as possible.
https://ecocomposer.dev
Other
2 stars 0 forks source link

Calendar component - Initialization bug #1

Closed lperamo closed 1 year ago

lperamo commented 1 year ago

Description When the calendar component is launched, there is a bug reported by the development console as follows :

Uncaught (in promise) TypeError: Cannot read properties of null (reading 'parentElement') at Object.init (calendar.ts:1110:96) at HTMLDocument._init (calendar.ts:10:26)

Expected behavior No error in console when we launch the demo page.

Desktop Tested on Ubuntu 22.04.1 LTS, Chromium "Version 109.0.5414.74 (Build officiel) snap (64 bits)"

lperamo commented 1 year ago

Same issue as #3