Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Chore]: Technical: Isolate reducers #1961

Merged
merged 2 commits into from Sep 1, 2022

Conversation

dariaterekhova-actionengine
Copy link
Collaborator

Signed-off-by: Daria Terekhova daria.terekhova@actionengine.com

@@ -67,15 +67,15 @@ import ErrorBoundary from 'components/common/error-boundary';
import {LOCALE_CODES} from '@kepler.gl/localization';
import {getMapLayersFromSplitMaps, onViewPortChange} from '@kepler.gl/utils';
import {MapView} from '@deck.gl/core';
import {MapStyle} from 'reducers';
import {MapStyle} from '@kepler.gl/reducers';
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merge with line 72

@@ -0,0 +1,38 @@
# Upgrade Guide (Data Containers)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why is this file moved?

@@ -51,10 +51,10 @@ import {
} from '@kepler.gl/constants';
import {ExportFileToCloudPayload} from '@kepler.gl/types';

import {FILE_CONFLICT_MSG} from '../cloud-providers';
import {FILE_CONFLICT_MSG} from 'cloud-providers';
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merge with lint 57

@@ -28,9 +28,9 @@ import {console as Console} from 'global/window';

import {withState, injectComponents, PanelHeaderFactory} from 'components';

import {keplerGlReducerCore as coreReducer} from 'reducers';
import {keplerGlReducerCore as coreReducer} from '@kepler.gl/reducers';
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merge with line 33

@@ -21,8 +21,8 @@
/* eslint-disable max-statements */

import test from 'tape';
import keplerGlReducer from 'reducers';
import {addDataToMapUpdater, INITIAL_UI_STATE} from 'reducers';
import keplerGlReducer from '@kepler.gl/reducers';
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merge with line below

Signed-off-by: Daria Terekhova <daria.terekhova@actionengine.com>
Signed-off-by: Daria Terekhova <daria.terekhova@actionengine.com>
@dariaterekhova-actionengine dariaterekhova-actionengine merged commit 57dea6a into master Sep 1, 2022
@delete-merged-branch delete-merged-branch bot deleted the dt/reducers_isolations branch September 1, 2022 15:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants