bensu / cljs-react-test

A ClojureScript wrapper around Reacts Test Utilities
43 stars 7 forks source link

Use unmountComponentAtNode from ReactDOM and not React. #5

Closed kamituel closed 8 years ago

kamituel commented 8 years ago

This change uses ReactDOM. unmountComponentAtNode instead of React. unmountComponentAtNode - with the latter being deprecated in 0.14 and completely removed in 0.15. It also removes some white spaces.

bensu commented 8 years ago

Thank you! I removed some extra dependencies and bumped things to 0.1.4-SNAPSHOT

kamituel commented 8 years ago

Thanks!