1
0
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:
Thomas Heartman 2025-06-20 13:58:29 +02:00
parent d01c5632bc
commit f169a79386

View File

@ -220,4 +220,7 @@ const EventDiff: FC<IEventDiffProps> = (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;