This is re: https://github.com/choojs/choop/issues/15 where our method of copying the component class breaks some internal properties. Need to come up with an alt method, or, just directly extend the React.Component class but that seems very anti-pattern.
This is re: https://github.com/choojs/choop/issues/15 where our method of copying the component class breaks some internal properties. Need to come up with an alt method, or, just directly extend the
React.Component
class but that seems very anti-pattern.