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

update feats #599

Merged
merged 2 commits into from
Feb 9, 2022
Merged

update feats #599

merged 2 commits into from
Feb 9, 2022

Conversation

rachelhox
Copy link
Contributor

closes #562 #571

@@ -123,7 +123,7 @@ const LeftMenu: React.FC<LeftMenuProps> = ({ activeItem, isMenuExpanded, setIsMe
{items.map((item) => {
const selected = item.href === activeItem
return (
<Link key={item.title} href={item.href} passHref>
<Link key={item.title} href={item.href} as={`${item.href}`} passHref>
Copy link
Contributor

Choose a reason for hiding this comment

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

how does it fix #571 ?

Copy link
Contributor Author

@rachelhox rachelhox Feb 8, 2022

Choose a reason for hiding this comment

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

https://github.com/forbole/official-website/issues/214#issue-815251146
I added the as attribute in regards to a previous issues with Nextjs routing!
@calvinkei Please see this issue and let me know if you think this is applicable to this

Copy link
Contributor

Choose a reason for hiding this comment

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

this shouldn't be related. /staking is not a dynamic route and the error returned is not a 404 error. And I cannot reproduce this issue so I have no idea what's the cause

@calvinkei calvinkei merged commit 74d5ef8 into dev Feb 9, 2022
@calvinkei calvinkei deleted the update/feats branch February 9, 2022 09:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants