Skip to content

Commit f1b242f

Browse files
committed
Remove link in API docs due to incompatibility with api-extractor
1 parent e1de3dc commit f1b242f

File tree

1 file changed

+1
-1
lines changed
  • trackers/react-native-tracker/src

1 file changed

+1
-1
lines changed

Diff for: trackers/react-native-tracker/src/types.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ export interface EventStoreConfiguration {
3535
* In environments where AsyncStorage is not available or where another kind of storage is used,
3636
* you can provide a custom implementation.
3737
*
38-
* @defaultValue AsyncStorage from {@link https://react-native-async-storage.github.io/async-storage/ @react-native-async-storage/async-storage}
38+
* @defaultValue AsyncStorage from `@react-native-async-storage/async-storage`
3939
* */
4040
asyncStorage?: AsyncStorage;
4141
}

0 commit comments

Comments
 (0)