remarkjs / remark-react

Deprecated plugin to transform to React — please use `remark-rehype` and `rehype-react` instead
524 stars 37 forks source link

Avoid warning of unknown prop `align` #33

Closed craftzdog closed 7 years ago

craftzdog commented 7 years ago

It seems that setting undefined with xtend does not work. It produces following warning from react:

Warning: Unknown prop `align` on <th> tag. Remove this prop from the element. For details, see https://fb.me/react-unknown-prop

The warning disappears when removing it with delete statement.