- Updated the `useNotificationsStream` hook to destructure parameters directly in the function signature for clarity. - Added a conditional check to prevent subscription when the `enabled` flag is false, enhancing performance and preventing unnecessary operations. - Adjusted dependencies in the `useEffect` hook to ensure proper reactivity based on the new parameter structure.