Douglas Walter
Results
3
comments of
Douglas Walter
Hi @gotenxds - did you ever find a solution for this?
I believe the solution is to write "node safe" code ``` if (typeof window === 'object') { persistCache({ cache, storage: window.localStorage }); } ``` @gotenxds / @kieusonlam
Thanks @AlanMunozN - appreciated!