You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Edit the file src/_includes/head.tsx
for example change "My test page, woo!" to be "Why isn't this working?"
Observe that the text in the header of your browser is still "My test page, woo!"
Expected behavior
What I expect to happen at step 5 is for the header of my browser to be "Why isn't this working?". Instead, while there is a rebuild, it uses a cached set of dependencies and thus shows the old text in the header.