Skip to content
#

messenger

Here are 1,300 public repositories matching this topic...

ferdi
markandan
markandan commented Jun 12, 2021

Found few cyclical dependencies in the source code.

Example:
features/announcements/index.js -> exports ANNOUNCEMENTS_ROUTES and also imports AnnouncementsStore from features/announcements/store.js

features/announcements/store.js -> imports ANNOUNCEMENTS_ROUTES from index.js resulting in cyclical dependency.

There are few more modules where the same issue is present.

Improve this page

Add a description, image, and links to the messenger topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the messenger topic, visit your repo's landing page and select "manage topics."

Learn more