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 499016e commit b820c3bCopy full SHA for b820c3b
src/components/createProvider.js
@@ -3,7 +3,7 @@ import createStoreShape from '../utils/createStoreShape';
3
function isUsingOwnerContext(React) {
4
const { version } = React;
5
if (typeof version !== 'string') {
6
- return false;
+ return true;
7
}
8
9
const sections = version.split('.');
0 commit comments