function render({ text, className, id, ...props }) { // intentionally ignoring props return () => (); }