Skip to content

Commit c79eb44

Browse files
author
cybermerlin
committed
fix: lib.getFullTrace> fullData mb empty
1 parent 9094c50 commit c79eb44

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,7 @@ function getFullTrace(props, context) {
193193
// This is true except for fit transforms, where reading in fullData is
194194
// what we want
195195
if (
196+
fullTrace &&
196197
fullTrace.transforms &&
197198
!fullTrace.transforms.some(t => ['moving-average', 'fits'].includes(t.type)) &&
198199
!props.fullDataArrayPosition

0 commit comments

Comments
 (0)