All release notes

v1.191.2

1 fix

Improve space switching handling in NavigationColumn component

  • Introduced a ref for effectiveSelectedSpaceId to prevent unnecessary re-firing of effects when switching spaces.
  • Updated the logic for deriving openedInSpaceId to use the ref, enhancing reliability during SPA navigation.
  • Removed effectiveSelectedSpaceId from the dependency array of the useEffect to avoid unintended re-scoping of threads.