We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9057922 commit 696ee1fCopy full SHA for 696ee1f
src/layers/ReactCache/defineReactCacheLayer.ts
@@ -83,7 +83,7 @@ export const defineReactCacheLayer = <
83
useEffect(() => {
84
return () => {
85
(async () => {
86
- await updater?.(nodeState)
+ await updater?.(node, nodeState)
87
})()
88
}
89
}, [nodeState, updater])
0 commit comments