[Convex Auth]: convexAuth() causes "Type instantiation is excessively deep and possibly infinite."
Type instantiation is excessively deep and possibly infinite. error on our api object whenever we export our Convex auth stuff from auth.ts, e.g. with this simple example:If we remove
export from the above (such that it does not occur in our Convex generated files), our api type instantiation is not excessively deep.