79117308

Date: 2024-10-23 09:38:14
Score: 1.5
Natty:
Report link

You have to use svg elements in your jsx. Here is the updated code:

const renderLabel = (props: any) => {
    return <text>props.value</text>;
};
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Benjamin L.