Skip to content

Commit 113c5ad

Browse files
committed
fix: bunch of local commits (testing)
1.2.20 1.2.21
1 parent c742f72 commit 113c5ad

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@thinairthings/uix",
33
"author": "Dan Lannan",
4-
"version": "1.2.18",
4+
"version": "1.2.21",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
77
"type": "module",

src/layers/ReactCache/defineReactCacheLayer.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ export const defineReactCacheLayer = <
5959
useEffect(() => {
6060
return () => {
6161
(async () => {
62-
console.log("RUNN")
62+
console.log("RUNNNNNNNNNNNIIIING")
6363
await updater?.(node, nodeState)
6464
})()
6565
}

0 commit comments

Comments
 (0)