We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a41d92a commit 9b5f92fCopy full SHA for 9b5f92f
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