UNPKG

reblendjs

Version:

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

6 lines 256 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;