Skip to content

Commit 6417dfa

Browse files
committed
0.0.442
1 parent 94849b8 commit 6417dfa

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

imports/minilinks.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -914,6 +914,7 @@ export class MinilinkCollection<MGO extends MinilinksGeneratorOptions = typeof M
914914
}
915915

916916
_traveled(array: any[]): Links<Id, L> {
917+
if (!array) return array;
917918
(array as Links<Id, L>).travel = (query?: Exp) => this.deep ? new Traveler(this.deep, array, query ? [{ query }] : [], 'local') : undefined;
918919
return (array as Links<Id, L>);
919920
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@deep-foundation/deeplinks",
3-
"version": "0.0.441",
3+
"version": "0.0.442",
44
"license": "Unlicense",
55
"type": "module",
66
"scripts": {

0 commit comments

Comments
 (0)