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
No overload matches this call.
Overload 1 of 2, '(props: ReactJkMusicPlayerProps | Readonly<ReactJkMusicPlayerProps>): ReactJkMusicPlayer', gave the following error.
Type '{ showMiniProcessBar: false; showProgressLoadBar: boolean; audioLists: ReactJkMusicPlayerAudioListProps[]; }' is not assignable to type 'IntrinsicAttributes & IntrinsicClassAttributes<ReactJkMusicPlayer> & Readonly<ReactJkMusicPlayerProps> & Readonly<...>'.
Property 'showProgressLoadBar' does not exist on type 'IntrinsicAttributes & IntrinsicClassAttributes<ReactJkMusicPlayer> & Readonly<ReactJkMusicPlayerProps> & Readonly<...>'.
Overload 2 of 2, '(props: ReactJkMusicPlayerProps, context: any): ReactJkMusicPlayer', gave the following error.
Type '{ showMiniProcessBar: false; showProgressLoadBar: boolean; audioLists: ReactJkMusicPlayerAudioListProps[]; }' is not assignable to type 'IntrinsicAttributes & IntrinsicClassAttributes<ReactJkMusicPlayer> & Readonly<ReactJkMusicPlayerProps> & Readonly<...>'.
Property 'showProgressLoadBar' does not exist on type 'IntrinsicAttributes & IntrinsicClassAttributes<ReactJkMusicPlayer> & Readonly<ReactJkMusicPlayerProps> & Readonly<...>'. TS2769
The text was updated successfully, but these errors were encountered:
Version
4.24.2
Description
showProgressLoadBar is mentioned in the readme.md as a property, but index.ts.d does not contain showProgressLoadBar
Steps
Steps to Reproduce
Have the above script
Expected Behavior
No errors, progressloadbar is gone
Current Behavior
The text was updated successfully, but these errors were encountered: