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