Bug Fixes
- web: fix merging stringy variants with multiple styled() levels so the types dont return undefined (natew)
- all: tons of types fixes using improved styled types (natew)
Performance Improvements
- web: improve performance and increase depth limit of styled() types nesting, especially with styled(Button) (natew)
- web: improve styled() variants inference performance (natew)
Chores
- create-tamagui: change logs to infos (#1785) #1785 (benjamin)
- loader: use tapPromise for simpler code (natew)