UI application fails due to missing import
Open
- Dominant language
- Python
- Stars
- 29
- Forks
- 6
- Avg merge
- 3m
- Merged PRs (30d)
- 6
Description
Running the UI locally with `npm run-script dev` fails due to a missing component (`TopPerformerAnalysis.vue`).
Removing [this line](https://github.com/google/filonov/blob/main/ui/creative-maps/src/components/MainComponent.vue#L418) fixes the issue.
Contributor guide
Research direction
Open ui/creative-maps/src/components/MainComponent.vue around line 418 and inspect the reference to TopPerformerAnalysis.vue. Run npm run-script dev before and after the change; done means the UI starts locally without the missing-component failure.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, node.js
- Domain
- frontend, web-dev
- Issue type
- Bug
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 45/100