is called (this should make the default shadow DOM:
ui.ts:51 Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'type') at injectAnchor (csui.ts:51:14) at createShadowContainer (csui.ts:67:3) at async Object.render (main.tsx:60:23)
ui.ts:51 Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'type') at injectAnchor (csui.ts:51:14) at createShadowContainer (csui.ts:67:3) at async Object.render (main.tsx:60:23)
What is the cause of this error and how can I create a default shadow DOM in a custom render function? Thanks!