Describe what's incorrect/missing in the documentation
docs/start/framework/route-module.md#212
By using as const, TypeScript will infer that the type for clientLoader.hydrate is true instead of boolean.
I'm pretty sure that true is a value, not a type.