Can we insert custom tags using Kioo (ex: <div>Hello <my-tag>World</my-tag></div>)? I'm in the market for using webcomponents, and react certainly allows it (see here).
I ask because it looks like Om Next still employs whitelisting (see here), which React doesn't do anymore (at least from JSX).