diff --git a/dist/isPureComponent.js b/dist/isPureComponent.js index 0f4f411..f0ba280 100644 --- a/dist/isPureComponent.js +++ b/dist/isPureComponent.js @@ -1 +1 @@ -Object.defineProperty(exports,"__esModule",{value:true});function isPureComponent(comp){var p=comp.prototype;return p.isPureReactComponent||!p.setState;}exports.default=isPureComponent; \ No newline at end of file +Object.defineProperty(exports,"__esModule",{value:true});function isPureComponent(comp){if(typeof comp==='string'){return false;}var p=comp.prototype;return p.isPureReactComponent||!p.setState;}exports.default=isPureComponent; \ No newline at end of file diff --git a/dist/stylable.js b/dist/stylable.js index 8b05f48..76fce35 100644 --- a/dist/stylable.js +++ b/dist/stylable.js @@ -1 +1 @@ -Object.defineProperty(exports,"__esModule",{value:true});var _extends=Object.assign||function(target){for(var i=1;i