OvidijusParsiunas / active-table

Framework agnostic table component for editable data experience.
https://activetable.io
MIT License
224 stars 12 forks source link

Component not loading inside Shadow DOM. Throws: Cannot read properties of null (reading 'offsetWidth') #46

Open SaravananRath opened 5 months ago

SaravananRath commented 5 months ago

Active table does not load and throws: TypeError Cannot read properties of null (reading 'offsetWidth')

Library: Lit

The active-table component fails to load inside the shadow dom. Once I remove the shadow dom the component loads fine.

Reproduced the error here: Sandbox

eviltik commented 2 months ago

duplicate #16