TtRPC•Created by Thembo Coach on 10/24/2023 in #❓-help TypeError: Cannot read properties of null (reading '_def')
@Nick Lucas sorry for the ping.
Basically in 10.18, we had a router definition like
fooRouter = __DEV__ ? someRouter() : (null)
This actually worked back then and is now breaking.