-
Hello there, I'm not able to make this package work in Next.js since when compiling the error is localStorage is not defined. How to fix this? Thanks in advance. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
Hey. Are you using the new App directory in Next 13.4? |
Beta Was this translation helpful? Give feedback.
-
Hello there, thanks for your answer.
No, I’m not using it … should I? And why?
Thanks in advance
Have a great day
… Il giorno 15 mag 2023, alle ore 09:13, Matz-Leander Solheim Wiik ***@***.***> ha scritto:
Hello there, I'm not able to make this package work in Next.js since when compiling the error is localStorage is not defined. The same happens when using sessionStorage.
How to fix this?
Thanks in advance.
Hey. Are you using the new App directory in Next 13.4?
—
Reply to this email directly, view it on GitHub <#90 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/ABVBMI7CZM7NY6CTDDEJITLXGHJQ7ANCNFSM6AAAAAAX75YRUM>.
You are receiving this because you authored the thread.
|
Beta Was this translation helpful? Give feedback.
No i'ts just that you can define it with "use client". But if you are on the traditional pages directory you can try this: