Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
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
GH-2244: Unit tests for Ghostery Dawn Intro Hub #657
GH-2244: Unit tests for Ghostery Dawn Intro Hub #657
Changes from 1 commit
6d510c2b2d8d86bcd61506960ff40872b0d8721f8da870aefaf713286ebf2e5f8e9899bd79fd688bdd154e5f50765a1aa0622943dfbf830d8c024f5f085ef1dbbbaca3e3c18522d567ff4b4e533438d55bf3ba73File filter
Jump to
Update copyright year
wlycdgrJan 13, 2021
Member
What was the rationale for moving the
withRouterwrapper intobuildReduxHOC? Not opposed to it in principle but we should probably provide a bool arg for it as not all HOCs so the function is more broadly useful, as not all HOCs need to be or should be wrapped with routersbenstrumeyerJan 14, 2021
Author
Contributor
I figured that we would need to use it in every component, but that's right we don't! I actually prefer the
withRouterto be handled inside theindex.jsfile of the component, so I moved it back out and updated everything accordinglywlycdgrJan 13, 2021
Member
Heh, nice. Thanks for updating all those