Skip to content

Commit

Permalink
Add missing dependency to fuludocs
Browse files Browse the repository at this point in the history
Closes #159
  • Loading branch information
mehdibalouchi committed May 1, 2022
1 parent 9c6e272 commit a709b87
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/doc-sync/fuludocs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"react-dom": "^18.0.0",
"react-icons": "^4.3.1",
"react-router": "^6.3.0",
"react-router-dom": "^6.3.0"
"react-router-dom": "^6.3.0",
"wrtc": "^0.4.7"
}
}

1 comment on commit a709b87

@gitaaron
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is not the fix to this - I think you are not understanding the issue reported. If you have two boxes running in a cluster and client A connects to Box A and client B connects to box B then client A gets the events but client B does not.

Please sign in to comment.