Skip to content

Commit 98f1e6a

Browse files
committed
Check correct version of React
1 parent 6d56756 commit 98f1e6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-meteor-hooks/react-meteor-hooks.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { checkNpmVersions } from 'meteor/tmeasday:check-npm-versions';
22

33
checkNpmVersions({
4-
react: '16.7',
4+
react: '16.7.0-alpha.0',
55
}, 'react-meteor-data');
66

77
export { default as useMeteorSubscription } from './useMeteorSubscription.jsx';

0 commit comments

Comments
 (0)