React Sanitize DOM Props
This package helps to remove extra properties from object and leave only ones that are valid for passing to dom.
Usage
;const props = {} className: "container" foo: "bar" const sanitizedPorps = ;/* { onClick: () => {}, className: "container",} */
; ; // true; // true; // true; // false