bloc-react
Advanced tools
Comparing version 0.1.2-0 to 0.1.3
@@ -289,5 +289,3 @@ 'use strict'; | ||
const localProviderKey = React.useContext(this._contextLocalProviderKey); | ||
console.log({ localProviderKey }); | ||
const localBlocInstance = this.getLocalBlocForProvider(localProviderKey, blocClass); | ||
console.log({ localBlocInstance }); | ||
const { subscribe, shouldUpdate = true } = mergedOptions; | ||
@@ -294,0 +292,0 @@ const blocInstance = localBlocInstance || this.getBlocInstance(this._blocsGlobal, blocClass); |
{ | ||
"name": "bloc-react", | ||
"version": "0.1.2-0", | ||
"version": "0.1.3", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "main": "dist/bloc-react.js", |
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
85112
850