help wanted
Repository-Metriken
- Stars
- (21.417 Sterne)
- PR-Merge-Metriken
- (Durchschn. Merge 10T 19h) (69 gemergte PRs in 30 T)
Beschreibung
When you use the generate variant LS action for a type that lives in another module:
Event(..) -> [PlaceIn(SmokedPile)]
// Use generate variant here ^
If PlaceIn is in another module, the variant is generated correctly but it's not imported by the currrent module, so you need to manually import it.