Closed TeodorKolev closed 6 years ago
Using ReactJs I have next issue: TypeError: this._installListener is not a function error in client.js:52
TypeError: this._installListener is not a function
const crossStorageClient = require('cross-storage').CrossStorageClient; const myUrl = 'http://localhost:3456/hub.html'; ... componentDidMount() { const storage = crossStorageClient(myUrl); storage.onConnect() .then(() => storage.get('cool_prop')) .then((res) => { console.log(res); }) .catch(err => console.log(err)); } ...
Using ReactJs I have next issue:
TypeError: this._installListener is not a function
error in client.js:52