TanStack / table

🤖 Headless UI for building powerful tables & datagrids for TS/JS - React-Table, Vue-Table, Solid-Table, Svelte-Table
https://tanstack.com/table
MIT License
25.02k stars 3.07k forks source link

Documentation bug - pagination api page does not load #4091

Closed JackMcBride98 closed 2 years ago

JackMcBride98 commented 2 years ago

Describe the bug

go to https://tanstack.com/table/v8/docs/api/pagination.md The page does not load

Your minimal, reproducible example

https://tanstack.com/table/v8/docs/api/pagination.md

Steps to reproduce

  1. Go to https://tanstack.com/table/v8/docs/api/pagination.md
  2. IT doesnt load

Expected behavior

I would expect it to load

How often does this bug happen?

Every time

Screenshots or Videos

image

Platform

Microsoft edge

react-table version

v8

TypeScript version

No response

Additional context

I can read it here for now https://github.com/TanStack/table/blob/main/docs/api/features/pagination.md

Reloading the page gives this error

Unexpected Server Error

Cannot read properties of null (reading 'title')

Terms & Code of Conduct

aisflat439 commented 2 years ago

I am experiencing similar issues with most of the react documentation pages. Im on Chrome and don't think this is a browser specific issue.

tannerlinsley commented 2 years ago

Most of the docs pages are fixed now. Thanks!