-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Low
-
Component/s: Page - Page Comments
-
None
-
2
-
Minor
Issue Summary
Some pages are not loading Comments and present a We've Hit a Snag error message. When reviewing the browser console the below message is presented:
react-dom.production.min.js:209 TypeError: Cannot read properties of undefined (reading 'push')
at CommentsSectionFabricComponent.js:853:53
at Array.forEach (<anonymous>)
at an._checkForParentComments (CommentsSectionFabricComponent.js:847:24)
at an._renderHeadLine (CommentsSectionFabricComponent.js:900:47)
at CommentsSectionFabricComponent.js:1200:25
at unstated.es.js:150:38
at r.render (index.js:45:50)
at Qa (react-dom.production.min.js:182:192)
at Ua (react-dom.production.min.js:181:224)
at Eu (react-dom.production.min.js:263:490)
Currently, when analyzing the the network requests we can see that the CommentsSectionQuery request does seem to be loading the comments but is not being translated to the front end.
Steps to Reproduce
- Navigate to the problematic page
- Attempt to view page comments
- The we've hit a snag error appears
Expected Results
The comments should load correctly
Actual Results
The comments do not appear. A we've hit a snag error appears where the comments should be.
Workaround
Currently there is no known workaround for this behavior. A workaround will be added here when available