mirror of
https://github.com/Unleash/unleash.git
synced 2025-07-21 13:47:39 +02:00
add deprecation notice
This commit is contained in:
parent
d01c5632bc
commit
f169a79386
@ -220,4 +220,7 @@ const EventDiff: FC<IEventDiffProps> = (props) => {
|
|||||||
return <OldEventDiff {...props} />;
|
return <OldEventDiff {...props} />;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @deprecated remove the default export with flag improvedJsonDiff. Switch imports in files that use this to the named import instead.
|
||||||
|
*/
|
||||||
export default EventDiff;
|
export default EventDiff;
|
||||||
|
Loading…
Reference in New Issue
Block a user