router icon indicating copy to clipboard operation
router copied to clipboard

fix: HMR

Open tannerlinsley opened this issue 1 year ago • 4 comments

tannerlinsley avatar Sep 10 '24 20:09 tannerlinsley

☁️ Nx Cloud Report

CI is running/has finished running commands for commit d6ccf256cce7768cfa7121b0e7cb0b1ad96436c0. As they complete they will appear below. Click to see the status, the terminal output, and the build insights.

📂 See all runs for this CI Pipeline Execution


✅ Successfully ran 2 targets

Sent with 💌 from NxCloud.

nx-cloud[bot] avatar Sep 10 '24 20:09 nx-cloud[bot]

Open in Stackblitz

More templates

@tanstack/create-router

pnpm add https://pkg.pr.new/@tanstack/create-router@2316
@tanstack/eslint-plugin-router

pnpm add https://pkg.pr.new/@tanstack/eslint-plugin-router@2316
@tanstack/history

pnpm add https://pkg.pr.new/@tanstack/history@2316
@tanstack/react-cross-context

pnpm add https://pkg.pr.new/@tanstack/react-cross-context@2316
@tanstack/react-router

pnpm add https://pkg.pr.new/@tanstack/react-router@2316
@tanstack/react-router-with-query

pnpm add https://pkg.pr.new/@tanstack/react-router-with-query@2316
@tanstack/router-arktype-adapter

pnpm add https://pkg.pr.new/@tanstack/router-arktype-adapter@2316
@tanstack/router-cli

pnpm add https://pkg.pr.new/@tanstack/router-cli@2316
@tanstack/router-devtools

pnpm add https://pkg.pr.new/@tanstack/router-devtools@2316
@tanstack/router-generator

pnpm add https://pkg.pr.new/@tanstack/router-generator@2316
@tanstack/router-plugin

pnpm add https://pkg.pr.new/@tanstack/router-plugin@2316
@tanstack/router-valibot-adapter

pnpm add https://pkg.pr.new/@tanstack/router-valibot-adapter@2316
@tanstack/router-zod-adapter

pnpm add https://pkg.pr.new/@tanstack/router-zod-adapter@2316
@tanstack/router-vite-plugin

pnpm add https://pkg.pr.new/@tanstack/router-vite-plugin@2316
@tanstack/start

pnpm add https://pkg.pr.new/@tanstack/start@2316
@tanstack/start-vite-plugin

pnpm add https://pkg.pr.new/@tanstack/start-vite-plugin@2316
@tanstack/virtual-file-routes

pnpm add https://pkg.pr.new/@tanstack/virtual-file-routes@2316

commit: d6ccf25

pkg-pr-new[bot] avatar Sep 10 '24 20:09 pkg-pr-new[bot]

Very good work!

Tsiangana avatar Sep 28 '24 14:09 Tsiangana

We've been working quite successful on this branch, what's missing to merge?

KiwiKilian avatar Oct 16 '24 06:10 KiwiKilian

Any timeline on when this might be merged?

SoloReverse avatar Dec 18 '24 00:12 SoloReverse

Is it possible to have a status update on this? Having to refresh the page for every change is a terrible DX 😢

baptisteArno avatar Dec 18 '24 16:12 baptisteArno

With exception to the work for mocking React Refresh in Start (as listed here), everything else in this PR has been pushed through in the merge of https://github.com/TanStack/router/pull/3275 available in the https://github.com/TanStack/router/releases/tag/v1.98.2.

SeanCassiere avatar Jan 29 '25 23:01 SeanCassiere

With exception to the work for mocking React Refresh in Start (as listed here), everything else in this PR has been pushed through in the merge of #3275 available in the v1.98.2 (release).

The remaining changes from this PR (changing the code snippet injected for Start's HMR) have been merged into main in #3313. As such, all the relevant changes from this PR have been merged in and as such I'll be closing this PR.

Thank you to everyone who's patiently waited till we worked on other fixes and changes for Start before focussing on merging this one in.

Edit: The changes to patch Start's HMR should be available from the https://github.com/TanStack/router/releases/tag/v1.99.3.

SeanCassiere avatar Feb 03 '25 04:02 SeanCassiere