Comparing version 1.0.5 to 1.0.6
@@ -5,2 +5,7 @@ # Change Log | ||
<a name="1.0.6"></a> | ||
## [1.0.6](https://github.com/zerkalica/lom_atom/compare/v1.0.5...v1.0.6) (2018-03-15) | ||
<a name="1.0.5"></a> | ||
@@ -7,0 +12,0 @@ ## [1.0.5](https://github.com/zerkalica/lom_atom/compare/v1.0.4...v1.0.5) (2018-03-15) |
{ | ||
"name": "urc", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"description": "Universal react connect decorator builder", | ||
@@ -5,0 +5,0 @@ "publishConfig": { |
@@ -6,3 +6,4 @@ // @flow | ||
export default class CatchableComponent<Props: Object, State, Context, Element> extends ObserverComponent<Props, State, Context, Element> { | ||
export default class CatchableComponent<Props: Object, State, Context, Element> | ||
extends ObserverComponent<Props, State, Context, Element> { | ||
_lastError: ?Error | ||
@@ -26,2 +27,3 @@ _lastData: ?Element | ||
} | ||
_getContext: (key: Function, propsChanged: boolean) => Context | ||
@@ -28,0 +30,0 @@ __value(propsChanged: boolean): Element { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
149059
1103