-
Couldn't load subscription status.
- Fork 0
Add pop up to react page for adding devices and viewing currently connected devices #37
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
base: main
Are you sure you want to change the base?
Conversation
|
I don't know if that switch case will ever run. It's in a useEffect that only runs once. That useEffect sets up the event stream for data to be sent to the browser. So since that useEffect runs once and then never again (since it sets up the stream), would that switch case ever be used? Maybe I'm misunderstanding the logic. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approving this.
…devices-and-viewing-currently-connected-devices
696871e
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Merge Conflict Solved
…devices-and-viewing-currently-connected-devices
…devices-and-viewing-currently-connected-devices
No description provided.