lowPriorityWarning(warnedForSpread,'React.__spread is deprecated and should not be used. Use '+'Object.assign directly or another helper function with similar '+'semantics. You may be seeing this warning due to your compiler. '+'See https://fb.me/react-spread-deprecation for more details.');
lowPriorityWarning(warnedForCreateMixin,'React.createMixin is deprecated and should not be used. '+'In React v16.0, it will be removed. '+'You can use this mixin directly instead. '+'See https://fb.me/createmixin-was-never-implemented for more info.');
lowPriorityWarning(didWarnPropTypesDeprecated,'Accessing PropTypes via the main React package is deprecated,'+' and will be removed in React v16.0.'+' Use the latest available v15.* prop-types package from npm instead.'+' For info on usage, compatibility, migration and more, see '+'https://fb.me/prop-types-docs');
lowPriorityWarning(warnedForCreateClass,'Accessing createClass via the main React package is deprecated,'+' and will be removed in React v16.0.'+" Use a plain JavaScript class instead. If you're not yet "+'ready to migrate, create-react-class v15.* is available '+'on npm as a temporary, drop-in replacement. '+'For more info see https://fb.me/react-create-class');
lowPriorityWarning(false,'Accessing factories like React.DOM.%s 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',factory);