pieterv / react-googlemaps

A declarative React interface to Google Maps
MIT License
226 stars 68 forks source link

Lots of deprecation warnings #12

Closed scribu closed 9 years ago

scribu commented 9 years ago

When loading the frags example, for instance, I get a lot of warnings in the console:

react/lib/merge has been deprecated and will be removed in the next version of React. All uses can be replaced with Object.assign({}, a, b) or _.extend({}, a, b).
frags.js (line 217)
react/lib/mergeInto has been deprecated and will be removed in the next version of React. All uses can be replaced with Object.assign(a, b, c, ...) or _.extend(a, b, c, ...).
frags.js (line 643)
Warning: Something is calling a React component directly. Use a factory or JSX instead. See: http://fb.me/react-legacyfactory
frags.js (line 11031)
Warning: React.renderComponent will be deprecated in a future version. Use React.render instead.
frags.js (line 11031)
Warning: GoogleMapFrags is calling a React component directly. Use a factory or JSX instead. See: http://fb.me/react-legacyfactory
frags.js (line 11031)
Warning: ReactMap is calling a React component directly. Use a factory or JSX instead. See: http://fb.me/react-legacyfactory
frags.js (line 11031)
Warning: transferPropsTo is deprecated. See http://fb.me/react-transferpropsto for more information.
frags.js (line 11031)
Warning: React.isValidComponent will be deprecated in a future version. Use React.isValidElement instead.
frags.js (line 11031)
Warning: DraggableFace is calling a React component directly. Use a factory or JSX instead. See: http://fb.me/react-legacyfactory

I have react 0.12.1 installed via npm.

poteto commented 9 years ago

+1

kellec commented 9 years ago

Fixed in 0.4.0