-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
🎨 FrontendIssues related to HTML, CSS, JavaScript.Issues related to HTML, CSS, JavaScript.😱 BugSomething isn't workingSomething isn't working
Description
Describe the bug
The stream container in the streamPlayerScreen page do not have a unique "index" prop, which makes react sad, as it makes the component impure ( ie the divs inside maybe placed at random). Not a critical bug, as the placeholder divs are identical, but solving this issue will lead to a cleaner web console for debugging purposes.
To Reproduce
Steps to reproduce the behavior:
- Go to StreamPlayerScreen or any other page containing the VideoStreamManager component
- open the web console
- the error is there
Expected behavior
The component should be pure, and an index must be generated and attributed to each div to make the warning go away.
Metadata
Metadata
Assignees
Labels
🎨 FrontendIssues related to HTML, CSS, JavaScript.Issues related to HTML, CSS, JavaScript.😱 BugSomething isn't workingSomething isn't working