Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: add null check for post objects in usePostList hook
Adds defensive null checks when accessing post properties in the posts forEach loop to prevent potential errors in the MFE discussion sidebar. This addresses the issue reported in #751.
- Loading branch information