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
24.51k stars 3.03k forks source link

Site not loading #5502

Closed devnoot closed 2 months ago

devnoot commented 2 months ago

TanStack Table version

latest

Framework/Library version

latest

Describe the bug and the steps to reproduce it

Visit https://tanstack.com/table/latest directly.

The site should load. Instead it throws an error, resulting in a white screen. I attached the log file with the errors.

tanstack.com-1713763119713.log

Your Minimal, Reproducible Example - (Sandbox Highly Recommended)

Website Issue

Screenshots or Videos (Optional)

No response

Do you intend to try to help solve this bug with your own PR?

No, because I do not have time to dig into it

Terms & Code of Conduct

alexisdelage commented 2 months ago

The website seems to load correctly now, but there is still an issue with the Migrating to V8 page (https://tanstack.com/table/latest/docs/guide/migrating):

image
KushagraMehta commented 2 months ago

https://github.com/TanStack/table/pull/5503

I already made the PR to fix this. Please review it

SwapnilSoni1999 commented 2 months ago

I guess this needs to be reopened I'm facing same issue I just opened https://tanstack.com/query/latest and it showed webpage for a second and now its while blank page

chasehelton commented 2 months ago

I guess this needs to be reopened I'm facing same issue I just opened https://tanstack.com/query/latest and it showed webpage for a second and now its while blank page

I am also seeing this ^

KevinVandy commented 2 months ago

The site is up and nominal. Though we have heard from some using older versions of browsers that they see a white screen. Probably using one of the newer es22 features now that the docs are using TanStack Start instead of Remix

yannis-iG commented 2 months ago

For example if you try to load the page https://tanstack.com in DuckDuckGo browser, works fine to me

chasehelton commented 2 months ago

For example if you try to load the page https://tanstack.com in DuckDuckGo browser, works fine to me

This worked for me. I was using Google Chrome when experiencing the issue.

catdad commented 2 months ago

I have tested the latest Chrome, Safari, and Firefox. I don't think this is an "old browser" issue.

Also, I figured out that if I go to https://tanstack.com/ directly and then browser to a component (say virtual), that works. However, if I go to the URL of that component directly (say https://tanstack.com/virtual/latest) that loads a blank screen with a ton of console errors.

umutbozdag commented 2 months ago

It's still the same, white screen, can't see anything

angelospanag commented 2 months ago

Just in case this helps someone, at the time of writing, while using the latest Chrome (124.0.6367.119) and latest Firefox (125.0.3) I was facing similar issues.

The culprit was the Dark Reader extension, and when I disabled it every Tanstack URL seemed to load fine even when accessing it directly, except https://tanstack.com/virtual/latest, same as @catdad.