timothymiller / t4-app

Full stack meta-framework for building iOS, Android, and Progressive Web Apps with Tamagui and deploying to Cloudflare.
https://t4stack.com
MIT License
1.5k stars 84 forks source link

Fix error for trpc empty pattern with null and undefined #146

Closed llamux closed 7 months ago

llamux commented 7 months ago

Currently the trpc empty pattern only works with arrays and throws an error when null or undefined is passed. Checking the array length after checking null and undefined fixes the error.

albbus-stack commented 7 months ago

LGTM, Thank you for your contribution 🤘