PDavid commented on PR #8307: URL: https://github.com/apache/hbase/pull/8307#issuecomment-4622222553
Regarding the above buld warnings Claude Code wrote: > These are opt-in flags that let you adopt React Router v8 breaking changes incrementally while still on v7. When v8 ships, these behaviors become the default. Here's what each one does: > > - v8_middleware — Changes how route middleware (loaders/actions interceptors) works. New API for middleware chaining. > - v8_splitRouteModules — Route modules get code-split more aggressively (loader, action, component split into separate chunks instead of one bundle per route). > - v8_viteEnvironmentApi — Switches the dev server to use Vite's newer Environment API internally (affects how SSR/client builds are coordinated). > - v8_passThroughRequests — Unmatched requests pass through to the underlying server instead of returning a 404 from React Router. > - v8_trailingSlashAwareDataRequests — Data request URLs (used for client-side navigations) respect trailing slash settings rather than using a fixed format. > > Since this project uses ssr: false (SPA mode), most of these are low-risk — v8_middleware, v8_passThroughRequests, and v8_viteEnvironmentApi primarily affect server-side behavior. The v8_splitRouteModules one could change bundle output, and v8_trailingSlashAwareDataRequests could affect > prerendered data URLs. > -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
