Typing `<div>` doesn't auto-close the tag to `<div></div>`. Not sure if anything can be done about this or what the root cause is... For example in Leptos the tags are auto-closed and they use the `tachys` crate for their HTML elements.
Typing
<div>doesn't auto-close the tag to<div></div>.Not sure if anything can be done about this or what the root cause is...
For example in Leptos the tags are auto-closed and they use the
tachyscrate for their HTML elements.