You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
exportconstconfigSetOption=(type: ConfigOptions,val: any)=>{consttemp: any={};/** * Error Caught Here, Expected * type ConfigurationType = { * format : FormatType, * codec: CodecType * } * Enum has Codec and Format, Mis Matched Case */temp[ConfigOptions[type].toLowerCase()]=val;config.update((state)=>Object.assign({},state,temp));};
The text was updated successfully, but these errors were encountered: