Skip to content

Conversation

StyleT
Copy link
Contributor

@StyleT StyleT commented Jan 25, 2021

No description provided.

@StyleT StyleT requested review from nightnei and oleh-momot January 25, 2021 15:47
@StyleT StyleT marked this pull request as ready for review January 25, 2021 16:17
@@ -52,6 +52,18 @@ module.exports = class Registry {
responseType: 'json',
});

//FIXME: remove TEMP code:
Copy link
Contributor

Choose a reason for hiding this comment

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

can we remove it now?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@@ -201,7 +203,7 @@ describe('configs injector', () => {
};

const getSpaConfig = () => {
const pickApp = _.pick(['spaBundle', 'cssBundle', 'dependencies', 'props', 'kind']);
const pickApp = _fp.pick(['spaBundle', 'cssBundle', 'dependencies', 'props', 'kind', 'wrappedWith']);
Copy link
Contributor

Choose a reason for hiding this comment

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

do we really need here lodash/fp?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

It's convenient here... Easier to keep, IMO

@StyleT StyleT force-pushed the feature/app_wrappers branch from 6002b29 to 3f9cf99 Compare January 26, 2021 15:01
@StyleT StyleT merged commit 36d8a65 into master Jan 27, 2021
@StyleT StyleT deleted the feature/app_wrappers branch January 27, 2021 12:20
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.

3 participants