Patch Changes
-
#8192
96f50d9- Bump solid-js, @solidjs/web, and @solidjs/signals to ^2.0.0-rc.6 across the monorepo. rc.6 provides the named flight-data source API (registerFlightDataSource / two-argument subscribeFlightData) that the Start single-flight integration now requires; @tanstack/solid-start's peer floor moves to rc.6 accordingly. -
#8192
96f50d9- Adopt Solid's multi-source single-flight protocol: the router's flight data (loader/match state, dehydrated data) registers under its own source id (tsr), so other caches' slices — e.g. solid-query'ssq— coexist on the same mutation response instead of competing for a single consumer slot, and a user-suppliedcollectFlightDatahook adds data alongside the router's rather than displacing it. Requires solid-js / @solidjs/web 2.0.0-rc.6+ (named flight-data sources). -
Updated dependencies [
96f50d9,96f50d9,b445b89]:- @tanstack/solid-router@2.0.0-rc.5
- @tanstack/solid-start-client@2.0.0-rc.5
- @tanstack/solid-start-server@2.0.0-rc.5