79669337

Date: 2025-06-17 15:13:04
Score: 1
Natty:
Report link

You can always just filter that out as well:

  const filteredObject = Object.fromEntries(
    Object.entries(props.data).filter(([key]) => key !== "__typename")
  );
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Carlos Jafet Neto