v1.101.1
Fix
Improve item synchronization and refresh logic in SpaceContentList
- Updated the useEffect hook to sync state from initialItems when props change, ensuring items are cleared when no initialItems are provided.
- Added logic to refresh space content on mount when navigating back to the space page, addressing issues with stale data display.
- Enhanced dependency array for useEffect to include initialItems and spaceId for better reactivity.
