Details
Details
Diff Detail
Diff Detail
- Repository
- rCOMM Comm
- Lint
No Lint Coverage - Unit
No Test Coverage
Event Timeline
| native/flow-typed/npm/@react-navigation/native_v6.x.x.js | ||
|---|---|---|
| 199 ↗ | (On Diff #49078) | Are we sure that any should be used? |
| native/flow-typed/npm/@react-navigation/native_v6.x.x.js | ||
|---|---|---|
| 199 ↗ | (On Diff #49078) | I don't think it should. There are two better options:
declare export type LinkTo< ParamList: ParamListBase = ParamListBase, RouteName: $Keys<ParamList> = $Keys<ParamList>, > = | string | {| +screen: RouteName, +params?: $ElementType<ParamList, RouteName> |}; |
| native/flow-typed/npm/@react-navigation/native_v6.x.x.js | ||
|---|---|---|
| 199 ↗ | (On Diff #49389) | Why is there still any here? |