We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 327a9fc commit fea9c2eCopy full SHA for fea9c2e
1 file changed
src/libs/Navigation/linkingConfig/config.ts
@@ -2122,9 +2122,11 @@ const config: LinkingOptions<RootNavigatorParamList>['config'] = {
2122
// If params are defined, but reportID is explicitly undefined, we will get the url /r/undefined.
2123
// We want to avoid that situation, so we will return an empty string instead.
2124
parse: {
2125
+ // eslint-disable-next-line
2126
reportID: (reportID: string | undefined) => reportID ?? '',
2127
},
2128
stringify: {
2129
2130
2131
2132
0 commit comments