`next dev --turbo` doing a full reload on each save, causing me to lose my place in the DOM
Unanswered
Chipping Sparrow posted this in #help-forum
Chipping SparrowOP
If I turn
Is there any way around this or some tool in chrome/firefox devtools I can use to avoid this?
--turbo flag off, the hot reload doesn't cause a full re-render/reload, meaning I can track an individual element through a hot reload. But if I have it on, it will refresh/reload the entire DOM and I have to inspect again.Is there any way around this or some tool in chrome/firefox devtools I can use to avoid this?