Lapple / react-transitive-number

React component to apply transition effect to numeric strings, a la old Groupon timers
213 stars 21 forks source link

Fix react 16 compatibility issue #17

Open Li0liQ opened 6 years ago

Li0liQ commented 6 years ago

React.DOM is no longer available in react 16 (link). Using React.createElement instead.