We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60e830b commit d198cd1Copy full SHA for d198cd1
1 file changed
src/mark.js
@@ -26,7 +26,7 @@ export class Mark {
26
clip = defaults?.clip,
27
channels: extraChannels,
28
tip,
29
- pool = defaults.pool,
+ pool = defaults?.pool,
30
render
31
} = options;
32
this.data = data;
0 commit comments