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/clone/wp-conte.../plugins/leadin/scripts/elemento.../Common
File: ElementorBanner.tsx
import React from 'react';
[0] Fix | Delete
[1] Fix | Delete
interface IElementorBannerProps {
[2] Fix | Delete
type?: string;
[3] Fix | Delete
}
[4] Fix | Delete
[5] Fix | Delete
export default function ElementorBanner({
[6] Fix | Delete
type = 'warning',
[7] Fix | Delete
children,
[8] Fix | Delete
}: React.PropsWithChildren<IElementorBannerProps>) {
[9] Fix | Delete
return (
[10] Fix | Delete
<div className="elementor-control-content">
[11] Fix | Delete
<div
[12] Fix | Delete
className={`elementor-control-raw-html elementor-panel-alert elementor-panel-alert-${type}`}
[13] Fix | Delete
>
[14] Fix | Delete
{children}
[15] Fix | Delete
</div>
[16] Fix | Delete
</div>
[17] Fix | Delete
);
[18] Fix | Delete
}
[19] Fix | Delete
[20] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function