We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f495b2 commit 30101bbCopy full SHA for 30101bb
src/components/connectAdvanced.js
@@ -166,7 +166,6 @@ export default function connectAdvanced(
166
// The store _must_ exist as either a prop or in context.
167
// We'll check to see if it _looks_ like a Redux store first.
168
// This allows us to pass through a `store` prop that is just a plain value.
169
- console.log('Store from props: ', props.store)
170
const didStoreComeFromProps =
171
Boolean(props.store) &&
172
Boolean(props.store.getState) &&
0 commit comments