ryansolid / dom-expressions

A Fine-Grained Runtime for Performant DOM Rendering
MIT License
850 stars 122 forks source link

Friendly message for when mount point doesn't exists #306

Closed titoBouzout closed 5 months ago

titoBouzout commented 6 months ago

When the element passed to render doesn't exist, it shows a cryptic element is null. Improve that with a friendly message. I'm not sure what sharedConfig.context do, followed it is used in similar places.

ryansolid commented 5 months ago

Thanks