After upgrading to router v1.170.4, I'm starting to see warnings that read like:
[tanstack-router] These exports from "/Users/me/repos/myrepo/apps/myapp/src/routes/my-route/index.tsx" will not be code-split and will increase your bundle size:
- RouteComponent
The only reason I'm exporting that RouteComponent is to unit test it. It's the component that I pass to createFileRoute(url, { component: RouteComponent }) Is there some way I can unit test it without exporting it?