jasonkuhrt / react-popover

A smart popover component for React
600 stars 253 forks source link

Low Priority Warning since upgrade to react 15.6.1 #124

Closed pandabuilder closed 6 years ago

pandabuilder commented 7 years ago

Warning: Accessing factories like React.DOM.noscript has been deprecated and will be removed in v16.0+. Use the react-dom-factories package instead. Version 1.0 provides a drop-in replacement. For more info, see https://fb.me/react-dom-factories

damianmr commented 7 years ago

Same here

Betree commented 7 years ago

Fixed in PR #129.

Migrating to jsx would be the best solution but for now this ensure the compatibility with React 16+ (and removes the warning)

jasonkuhrt commented 6 years ago

Migrating to jsx would be the best solution

Yup. I'll get around to this one day