← Back to all updates

Fix Sidebar compactMap Type Inference in MacContentView

Commit: 5c7643d

Improved type inference for compactMap in the MacContentView sidebar.

Changes

  • Corrected type inference for compactMap to enhance type safety in the sidebar.
  • Refactored closure handling within the compactMap function for better readability.
  • Updated Sidebar rendering logic to ensure proper handling of nil values.