You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 7, 2021. It is now read-only.
If the user is inside the intro section, but behind the skillset section, it'll apply the currentClassName to skillset (the first item in items). This shouldn't happen until the user is there.
Adding intro to the ScrollSpy (a link and item to its items prop) fixes this. So as a workaround I've done this but used display: none on it so it doesn't show.
The text was updated successfully, but these errors were encountered:
I have the following sections on my page:
intro
skillset
values
showcase
my-story
My navbar has a link for all of these items, except for
intro
, which I'm not using in this case:If the user is inside the
intro
section, but behind theskillset
section, it'll apply thecurrentClassName
toskillset
(the first item initems
). This shouldn't happen until the user is there.Adding
intro
to theScrollSpy
(a link and item to itsitems
prop) fixes this. So as a workaround I've done this but useddisplay: none
on it so it doesn't show.The text was updated successfully, but these errors were encountered: