keplergl/kepler.gl-tableau

TypeError: Cannot read property 'store' of null

citymobil-soloukhin opened this issue · 1 comments

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?

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