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

[FIX] Cache Off by default

parent edd139ed
Pipeline #2575 canceled with stage
......@@ -62,7 +62,7 @@ listsLayoutWithKeyCpt = here.component "listsLayoutWithKey" cpt where
let path = { nodeId, session }
cacheState <- T.useBox $ getCacheState CacheOn session nodeId
cacheState <- T.useBox $ getCacheState CacheOff session nodeId
cacheState' <- T.useLive T.unequal cacheState
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