Bug Fixes
- web: add missing react-dom dependency, only used for dev mode (natew)
- static: look for the config as well as default export in the tamagui.config.ts file (natew)
- static: use jsx automatic transform by default to avoid React not defined warnings (natew)
- web: avoid removing as it can cause issues with missing theme managers (natew)
Chores
- web: refactor useTheme to only store id of ThemeManager in context and not the class itself in prep for RSC server support (natew)
- web: better error message on missing theme (natew)
Commits
- 158be5c: v1.84.0 (natew)
- 9d8e80b: Small typo update in how to build a button guide (#2077) (Haythem Lazaar) #2077
- title tags (natew)
- bfabf3e: fix mutate theme not finding active theme managers (natew)
- 803283b: cleanup some types and code (natew)
- ab92732: update with correct snapshots (natew)
- f2cd7c6: fix site test (natew)
- 4a418b5: v1.84.2 (natew)