TanStack / ranger

🤖 Headless utilities for building range and multi-range sliders in React, Preact, Solid, Vue, Svelte and Angular
MIT License
753 stars 63 forks source link

Installation page for React Ranger leads to 404 Page Not Found #92

Open JosephGalante opened 2 weeks ago

JosephGalante commented 2 weeks ago

Describe the bug

Navigating to the Installation page specifically for React leads to a 404 Page Not Found error, leaving the user unaware as to how to install the Tanstack Ranger UI component.

Your Example Website or App

https://tanstack.com/ranger/latest/docs/installation/adapters/react-ranger

Steps to Reproduce the Bug or Issue

  1. Navigate to the Installation page
  2. Click on the React option for Installation docs
  3. Observe that the page throws a 404 Page Not Found error:

Expected behavior

As a user, I should expect there to be some kind of installation docs detailing how to install and use the Ranger component in my react app, some kind of instructions showing like

npm install @tanstack/react-ranger

or

yarn add @tanstack/react-ranger

Screenshots or Videos

Screenshot of page after clicking the Installation option on the lefthand sidebar: Image

Screenshot of page after clicking the React option on the Installation page: Image

Platform

Additional context

Is this 404 page intended because the Ranger is still in beta at v0.0.6 and has not had any new commits since March of this year?