Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Goals
export declare function redirect(url: string, type?: RedirectType, option: { scroll: boolean }): never;
export declare function permanentRedirect(url: string, type?: RedirectType, option: { scroll: boolean }): never;
Non-Goals
Background
when using redirect. if redirected page has sticky or fixed component then warning "Skipping auto-scroll behavior due to
position: sticky
orposition: fixed
on element"Proposal
i don't want to look "Skipping auto-scroll behavior due to
position: sticky
orposition: fixed
on element" when using redirect functionBeta Was this translation helpful? Give feedback.
All reactions