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.
9 comments
[ 2.2 ms ] story [ 92.2 ms ] threadI 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