We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c742f72 commit 113c5adCopy full SHA for 113c5ad
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "@thinairthings/uix",
3
"author": "Dan Lannan",
4
- "version": "1.2.18",
+ "version": "1.2.21",
5
"main": "dist/index.js",
6
"types": "dist/index.d.ts",
7
"type": "module",
src/layers/ReactCache/defineReactCacheLayer.ts
@@ -59,7 +59,7 @@ export const defineReactCacheLayer = <
59
useEffect(() => {
60
return () => {
61
(async () => {
62
- console.log("RUNN")
+ console.log("RUNNNNNNNNNNNIIIING")
63
await updater?.(node, nodeState)
64
})()
65
}
0 commit comments