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

Make all params available to nested routes + parents #7963

Merged
merged 5 commits into from
Aug 20, 2021
Merged

Conversation

chaance
Copy link
Collaborator

@chaance chaance commented Aug 19, 2021

If I read this right, I believe this solves the problem captured in #7960!

@chaance chaance requested a review from mjackson August 19, 2021 23:52
import {
Action,
import { Action, createMemoryHistory, parsePath } from "history";
import type {
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

I noticed in the build output that type imports were included, which shouldn't be necessary. Using import type gets rid of them from the bundle and lets us shave a few bytes.

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.

2 participants