xluk9
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?