When I go to download the plugin I get the following error message:
ReferenceError: Api is not defined
The stacktrace leads me to the file PluginListItem.vue, and digging around in here I noticed that import { Api } from '@openc3/js-common/services' was removed in commit ed2f91f. Adding it back fixed the issue.
When I go to download the plugin I get the following error message:
ReferenceError: Api is not definedThe stacktrace leads me to the file
PluginListItem.vue, and digging around in here I noticed thatimport { Api } from '@openc3/js-common/services'was removed in commit ed2f91f. Adding it back fixed the issue.