UNPKG

reblendjs

Version:

This is build using react way of handling dom but with web components

7 lines (6 loc) 265 B
class UnsupportedPrototype extends Error { constructor(clazz) { super(`Prototype ${clazz ? `"${clazz}" ` : ''} not supported. Please extend Reblend and define html method that returns your JSX/HTMLElement`); } } export default UnsupportedPrototype;