Commit 39c61f5c authored by Alexandre Delanoë's avatar Alexandre Delanoë

[FIX] Cache Off by default

parent edd139ed
...@@ -62,7 +62,7 @@ listsLayoutWithKeyCpt = here.component "listsLayoutWithKey" cpt where ...@@ -62,7 +62,7 @@ listsLayoutWithKeyCpt = here.component "listsLayoutWithKey" cpt where
let path = { nodeId, session } let path = { nodeId, session }
cacheState <- T.useBox $ getCacheState CacheOn session nodeId cacheState <- T.useBox $ getCacheState CacheOff session nodeId
cacheState' <- T.useLive T.unequal cacheState cacheState' <- T.useLive T.unequal cacheState
R.useEffectOnce' $ do R.useEffectOnce' $ do
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment