mystor / meteor-routecore

Client and server side rendering/routing powered by React
84 stars 6 forks source link

getDOMNode was deprecated, using React.findDOMNode instead. #25

Open trusktr opened 9 years ago

mystor commented 9 years ago

Routecore uses an old version of React, so getDOMNode might not be deprecated in the version we are using. At what version was getDOMNode deprecated?

trusktr commented 9 years ago

oh yeah, I didn't think of that. Looks like it happened in React 0.13.0-beta.1. It has to do with the fact that they're going to support ES6 Classes.

On Mon, Apr 6, 2015 at 8:12 AM, Michael Layzell notifications@github.com wrote:

Routecore uses an old version of React, so getDOMNode might not be deprecated in the version we are using. At what version was getDOMNode deprecated?

— Reply to this email directly or view it on GitHub https://github.com/mystor/meteor-routecore/pull/25#issuecomment-90097277 .

mystor commented 9 years ago

Once #27 is merged, I'll merge this, because it'll be relevant.