Closed wKovacs64 closed 5 years ago
Hi, thanks for reporting! Can't look into this right now, will try to do it in a couple of weeks.
@wKovacs64 Fixed in version 3.0.0 (already released). I haven't actually tried it in a SSR project but it should work, I added specific tests for this with the environment set to Node.
This currently can't be used in a server-side rendered app because
localStorage
,sessionStorage
, andwindow
don't exist.Can we add either some mock objects or noops if these are missing?
Thanks!