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

MockProvider: Wrap children in LocationProvider #1681

Merged
merged 2 commits into from
Feb 6, 2021

Conversation

Tobbe
Copy link
Member

@Tobbe Tobbe commented Jan 28, 2021

Fixes #1676

@github-actions
Copy link

github-actions bot commented Jan 28, 2021

@Tobbe Tobbe force-pushed the tobbe-mock-wrap-locationprovider branch 2 times, most recently from 7194322 to 53fa6c7 Compare January 28, 2021 10:47
@Tobbe Tobbe force-pushed the tobbe-mock-wrap-locationprovider branch 2 times, most recently from 11dedc8 to 1c3579f Compare January 28, 2021 12:05
@thedavidprice
Copy link
Contributor

@dac09 how about this one for v0.25 vs v0.26? If v0.25, could you then re-ping Peter's review?

@dac09
Copy link
Collaborator

dac09 commented Feb 4, 2021

Looks clear to me! Will add milestone

@dac09 dac09 added this to the v0.25.0 milestone Feb 4, 2021
@Tobbe Tobbe force-pushed the tobbe-mock-wrap-locationprovider branch 3 times, most recently from 25d3696 to 16551dc Compare February 5, 2021 18:14
package.json Outdated Show resolved Hide resolved
@Tobbe Tobbe force-pushed the tobbe-mock-wrap-locationprovider branch from 16551dc to 4361c60 Compare February 5, 2021 21:26
@Tobbe Tobbe force-pushed the tobbe-mock-wrap-locationprovider branch from 61b25da to 9e54f78 Compare February 5, 2021 22:52
@Tobbe
Copy link
Member Author

Tobbe commented Feb 5, 2021

@peterp This is ready for your review now. And then I can merge it.

@@ -15,6 +15,7 @@
"references": [
{ "path": "../internal" },
{ "path": "../web" },
{ "path": "../auth" }
{ "path": "../auth" },
{ "path": "../router" }
Copy link
Contributor

Choose a reason for hiding this comment

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

👍

Copy link
Contributor

@peterp peterp left a comment

Choose a reason for hiding this comment

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

Looks good to me

@Tobbe Tobbe merged commit e6e3d28 into redwoodjs:main Feb 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Running tests on NavLink component throws "TypeError: Cannot read property 'pathname' of undefined"
5 participants