You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					16 lines
				
				406 B
			
		
		
			
		
	
	
					16 lines
				
				406 B
			| 
											3 years ago
										 | "use strict"; | ||
|  | 
 | ||
|  | exports.__esModule = true; | ||
|  | exports.default = exports.ReactReduxContext = void 0; | ||
|  | 
 | ||
|  | var _react = require("react"); | ||
|  | 
 | ||
|  | const ReactReduxContext = /*#__PURE__*/(0, _react.createContext)(null); | ||
|  | exports.ReactReduxContext = ReactReduxContext; | ||
|  | 
 | ||
|  | if (process.env.NODE_ENV !== 'production') { | ||
|  |   ReactReduxContext.displayName = 'ReactRedux'; | ||
|  | } | ||
|  | 
 | ||
|  | var _default = ReactReduxContext; | ||
|  | exports.default = _default; |