We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af4f96b commit 158b4b0Copy full SHA for 158b4b0
src/use-component-will-receive-update/index.ts
@@ -15,4 +15,6 @@ export function useComponentWillReceiveUpdate(callback: () => void, deps: readon
15
setPrev(deps);
16
callback();
17
}
18
+
19
+ return changed;
20
0 commit comments