This commit is contained in:
8
node_modules/react-redux/es/components/Context.js
generated
vendored
Normal file
8
node_modules/react-redux/es/components/Context.js
generated
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
import React from 'react';
|
||||
export var ReactReduxContext = /*#__PURE__*/React.createContext(null);
|
||||
|
||||
if (process.env.NODE_ENV !== 'production') {
|
||||
ReactReduxContext.displayName = 'ReactRedux';
|
||||
}
|
||||
|
||||
export default ReactReduxContext;
|
||||
Reference in New Issue
Block a user