9 comments

[ 2.2 ms ] story [ 92.2 ms ] thread
Is this a blank grey page for anyone else (Brave)?
I found reference to this on a public page on YC which mentions it as a resource for founders. It's some kind of coordination for business owners.
Did you submit the link without actually going to the page?
Someones hasn't tested or checked their code before deployment. Because there is an error on the page:

   "TypeError: ReactOnRails encountered an error while rendering component: ArticlesShowPage"
   Original message: Cannot read properties of null (reading 'children')
       at F (ArticlePage.tsx:532:27)
Ironically the point of TypeScript is to check for type errors before transpiling to JavaScript and before deployment. Yet we still see this 'TypeError' issue once again.
(for anyone who was confused like me, we know they're using typescript from the `.tsx` extension in the traceback)
Wonder if it's tsconfig 'strictNullChecks', I think by default it's false, takes a lot away from the typesafety

I worked on a codebase missing it once and when I went to turn it on there were thousands of errors to fix so we left it off

This page doesn't work for me (Chrome).