We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Home page's anchor component <A> class doesn't toggle inactive/active, but other pages does this.
<A>
inactive
active
When switching to another route, inactive/active class must be toggled for home page
Steps:
hackernews
pnpm dev
Video:
This will affect the class name based styling
npx -y envinfo --system --binaries --managers System: OS: Windows 11 10.0.22000 CPU: (8) x64 Intel(R) Core(TM) i7-7700HQ CPU @ 2.80GHz Memory: 7.52 GB / 23.89 GB Binaries: Node: 20.12.2 - C:\Program Files\nodejs\node.EXE npm: 10.5.0 - C:\Program Files\nodejs\npm.CMD pnpm: 9.0.6 - ~\AppData\Local\pnpm\pnpm.EXE Managers: Cargo: 1.63.0 - ~\.cargo\bin\cargo.EXE pip3: 20.2.3 - C:\Python39\Scripts\pip3.EXE
The text was updated successfully, but these errors were encountered:
Yeah it is because it isn't set to exact match thanks for pointing it out.
Sorry, something went wrong.
0ac15a2
No branches or pull requests
Duplicates
Latest version
Current behavior 😯
Home page's anchor component
<A>
class doesn't toggleinactive
/active
, but other pages does this.Expected behavior 🤔
When switching to another route,
inactive
/active
class must be toggled for home pageSteps to reproduce 🕹
Steps:
hackernews
template/examplepnpm dev
and open in browserVideo:
6d083a71-9dba-4e66-8bad-f71a31d2df6d.mp4
Context 🔦
This will affect the class name based styling
Your environment 🌎
The text was updated successfully, but these errors were encountered: