"use strict";
var assign = require('Object.assign');
module.exports = assign;
console.warn(
'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, ...).'
);