xluk9

Results 5 comments of xluk9

Thank you, that was fast! I was trying with arrays, but I can't make it work. I keep getting `content must be Node, stringable, or array of same`. I was...

It works, strange... I had to remove the compiled file `main.js` and recompile it.

Ah and here I was hoping to do something like this and it would automagically use the correct client. ```jsx function getClient() { if (isServer) return caller; else return proxyClient;...

I have the same problem even without resizing them. Sticky column always overlap when horizontally scrolled. Anybody have any workaround?

Yeah, I'm having the same error in my codebase. Lost hours. For now I'm returing them from server action and setting them in client component with `document.cookie=....`.