mirror of
https://github.com/Unleash/unleash.git
synced 2025-05-17 01:17:29 +02:00
refactor: fix deprecation for string truncator (#9359)
This commit is contained in:
parent
55eb73cf08
commit
7ec6c141f3
@ -45,4 +45,7 @@ const StringTruncator = ({
|
|||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @deprecated use `Truncator` instead
|
||||||
|
*/
|
||||||
export default StringTruncator;
|
export default StringTruncator;
|
||||||
|
Loading…
Reference in New Issue
Block a user