Moshe Simantov
Moshe Simantov
Any update on this?
Thanks! I'm trying to style a tree-like shape where items can be one after another, or nested. This specific style is very helpful to design the tree borders and handle...
Released under [2.0.0-alpha.0](https://www.npmjs.com/package/next-client-cookies/v/2.0.0-alpha.0). Can you check?
Thank you. You're right. I've update the types on version `2.0.0-alpha.1`. The `getCookies()` is just a wrapper, but it provide the same interface as you have on the client side...
Great! I will keep this issue open until Next.js canary is officially released and we can release it as well.
Available now under `v2.0.0`
I’ve tried multiple approaches to resolve this issue, and the only solution that seems to work is adding `state` as a dependency in `useMemo`: ```ts const [state, refresh] = useState(0);...
I already tried that. Doesn't work.
Yeah. I think the problem is when compiling external libraries. I tried adding `"use no memo"` directly on the build file with no luck.
Thanks for reporting @mordechaim We must have different paths for `/server` and `/` as some components aren't possible to be imported on client-side components. Not sure how we can improve...