Repository URL to install this package:
|
Version:
5.0.0-rc.10 ▾
|
'use strict';
Object.defineProperty(exports, '__esModule', { value: true });
var index$4 = require('../../../react/index.js');
var ReactReduxContext =
/*#__PURE__*/
index$4.default.createContext(null);
if (process.env.NODE_ENV !== 'production') {
ReactReduxContext.displayName = 'ReactRedux';
}
exports.ReactReduxContext = ReactReduxContext;
exports.default = ReactReduxContext;
//# sourceMappingURL=Context.js.map