Closed alex-Arc closed 1 year ago
I'm submitting a bug report
Summary
Other information
export interface CgAddParameters extends ChannelLayer, CGLayer { template: string; playOnLoad: boolean; data?: Record<string, any> | string; }
to
export interface CgAddParameters extends ChannelLayer, CGLayer { template: string; playOnLoad: number; data?: Record<string, any> | string; }
Thank you for opening this issue. This is fixed in version 6.0.2
I'm submitting a bug report
Summary
Other information
to