help wanted
倉庫指標
- 星標
- (21,417 顆星)
- PR 合併指標
- (平均合併 10天 19小時) (30 天內合併 69 個 PR)
描述
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.