Open Issues Need Help
View All on GitHub [core] allow passing a plugin to `dependsOn` instead of requiring an id about 2 months ago
AI Summary: Modify the xoram core plugin framework to allow passing a plugin object directly to the `dependsOn` function, instead of only accepting plugin IDs. This involves a simple type check and conditional assignment to handle both plugin objects and IDs.
Complexity:
2/5
enhancement good first issue
AI Summary: Debug and fix a warning in the `@xoram/plugin-panoramique` plugin that occurs when mounting a Vue component without explicitly declared events. The issue prevents the component from mounting correctly and displays a warning in the console. The solution likely involves adjusting the plugin's event handling logic to gracefully handle components lacking event declarations.
Complexity:
3/5
bug good first issue