We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9eff986 commit 55b0b1aCopy full SHA for 55b0b1a
1 file changed
packages/react-reconciler/src/ReactFiberHooks.js
@@ -1784,7 +1784,7 @@ if (__DEV__) {
1784
): Snapshot {
1785
currentHookNameInDev = 'useMutableSource';
1786
mountHookTypesDev();
1787
- return mountMutableSource<Source, Snapshot>(source, config);
+ return mountMutableSource(source, config);
1788
},
1789
};
1790
@@ -2299,7 +2299,7 @@ if (__DEV__) {
2299
2300
warnInvalidHookAccess();
2301
2302
2303
2304
2305
0 commit comments