Fix issues with circular dependencies between plugins
This commit is contained in:
parent
62a6e59b7a
commit
e3b6b017a2
23 changed files with 36 additions and 29 deletions
|
@ -52,5 +52,5 @@ export const ContextMenuPlugin = zeppelinGuildPlugin<ContextMenuPluginType>()({
|
|||
loadAllCommands(pluginData);
|
||||
},
|
||||
|
||||
dependencies: [MutesPlugin, LogsPlugin, UtilityPlugin],
|
||||
dependencies: () => [MutesPlugin, LogsPlugin, UtilityPlugin],
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue