keplergl / kepler.gl-tableau

A Tableau Extension for embedding and interacting with Kepler.gl.
MIT License
48 stars 15 forks source link

TypeError: Cannot read property 'store' of null #24

Closed citymobil-soloukhin closed 4 years ago

citymobil-soloukhin commented 4 years ago

Hello!

I run npm start Then set URL of my server to property .trex file.

Then I open the extension in Tableau desktop and I see this error:

Error: Could not find «store» in the context of «Connect(Container)». Either wrap the root component in a <Provider>, or pass a custom React context provider to <Provider> and the corresponding React context consumer to Connect(Container) in connect options.

src/App.js
577 .then(closePayload => {
578    log(‘configuring’, closePayload, tableauExt.settings.getAll());
579    if (closePayload == ‘false’) {
580        this.setState({
581            isSplash: false,
582            isConfig: false,
583            tableauSettings: tableauExt.settings.getAll()

image

And when I open my dashboard in Chrome browser, I see white page and this error in the console: image

Can you help me?

citymobil-soloukhin commented 4 years ago

I just upgraded npm module react-redux and the problem is gone