Skip to content

Commit

Permalink
remove misleading comment
Browse files Browse the repository at this point in the history
  • Loading branch information
endel committed Jun 3, 2023
1 parent 51cb270 commit d08441d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/JoinRoomForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,6 @@ export function JoinRoomForm ({

// raw events from SDK
room.onMessage(RAW_EVENTS_KEY, (data: any[]) => {
// FIXME: React is not updating the view when pushing to array
connection.events.unshift({
eventType: data[0],
type: data[1],
Expand Down

0 comments on commit d08441d

Please sign in to comment.