Edit File by line

Deprecated: str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in /home/sportsfever/public_html/filemanger/function.php on line 93

Deprecated: str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in /home/sportsfever/public_html/filemanger/function.php on line 93
/home/sportsfe.../httpdocs/wp-conte.../plugins/leadin/scripts/shared/enums
File: loadState.ts
const LoadState = {
[0] Fix | Delete
NotLoaded: 'NotLoaded',
[1] Fix | Delete
Loading: 'Loading',
[2] Fix | Delete
Loaded: 'Loaded',
[3] Fix | Delete
Idle: 'Idle',
[4] Fix | Delete
Failed: 'Failed',
[5] Fix | Delete
} as const;
[6] Fix | Delete
[7] Fix | Delete
export type LoadStateType = typeof LoadState[keyof typeof LoadState];
[8] Fix | Delete
[9] Fix | Delete
export default LoadState;
[10] Fix | Delete
[11] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function