Zlatko Fedor

Results 78 comments of Zlatko Fedor

I am using linked UI package as well and I was able to fix this issue. You need to export react renderToString from UI (linked package). I created render function...

@tj I guess you have problem with ssr. Fast workaround is to export react functions or whole react from linked package and import it in your server package

@tj oh, I see. Then good luck with this very strange issue. I spent one week with this

I am not sure if we need to be a complex like jsonT. I can see one improvement. Source can be an array of paths like ['body.firstName', 'query.firstName']

Benchmarks: https://tamagui.dev/docs/intro/benchmarks

use version 4.x I am still working on the 5.x version but thanks for the issue report

items has a default value [] what is yours value for variable items

@alejosv you are right, but you can use it also just for simple cases like "can I show this button/navigation"? The backend can return "You are not allowed" when the...