Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed useEffect dependencies in useMediaRecorder hook #582

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

sbsangu
Copy link

@sbsangu sbsangu commented Jun 1, 2024

Resolve useEffect dependencies in useMediaRecorder hook

Acceptance Criteria fulfillment

  • Include all necessary dependencies in the useEffect hook of the useMediaRecorder hook.
  • Ensure proper cleanup is performed when the component unmounts or when dependencies change.
  • Test that the lifecycle of the media recorder is managed correctly

Fixes #574

Video/Screenshots

Screenshot 2024-06-02 011323

@CLAassistant
Copy link

CLAassistant commented Jun 1, 2024

CLA assistant check
All committers have signed the CLA.

@Spiral-Memory
Copy link
Contributor

LGTM !
Can you please attach a video showing that both audio and video recorder is working fine after this change?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Bug Report: Missing Dependency in useEffect
3 participants