-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Fix browser history when synchronising state with urls #48731
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
Changes from 2 commits
d3fb7a9
85f2370
4b2afe1
ecf3f27
2201af1
da54004
4e303de
63dc198
9868a79
e2bdfce
ee28018
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -32,7 +32,6 @@ export default function TemplateDetails( { template, onClose } ) { | |
|
|
||
| // TODO: We should update this to filter by template part's areas as well. | ||
| const browseAllLinkProps = useLink( { | ||
| canvas: 'view', | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I think this causes regression of #48301.
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. it should be "undefined" now because "view" is the default value. But I guess it suffers from the issue I talk about here #48731 (comment) |
||
| postType: template.type, | ||
| postId: undefined, | ||
| path: '/' + template.type + '/all', | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.