in src/util/is-interactive.js [17:20]
export default (tagName, props) => { const tag = interactive[tagName]; return (typeof tag === 'function') ? tag(props) : tag; };