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

feat(types): let property of RouteParams optional (fix #1184) #1186

Closed
wants to merge 1 commit into from
Closed

feat(types): let property of RouteParams optional (fix #1184) #1186

wants to merge 1 commit into from

Conversation

n0099
Copy link

@n0099 n0099 commented Nov 3, 2021

BREAKING CHANGE: Users will have to write undefined type guards against route.param

close #1184

BREAKING CHANGE: Users will have to write undefined type guards against `route.param`

close #1184
@posva posva added this to To Do in v4.1.0 Feb 8, 2022
@posva posva moved this from To Do to In Progress in v4.1.0 Feb 8, 2022
@posva posva removed this from In Progress in v4.1.0 Feb 8, 2022
@posva
Copy link
Member

posva commented Feb 28, 2022

Thanks for the PR. Having the breaking change is, unfortunately, going to be a no-go. We will instead go for something that enables

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.

Property of type RouteParams and RouteParamsRaw should be optional
2 participants