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
Removed the buggy implementation of removing uncontrolled head elements. For example if you have a <meta name="description"> in index.html (which is not generated by useHead) and you use useHead to generate the same tag, the pre-existing one will be removed first, but the implementation will incorrectly remove the ones generated by useHead itself too, so this feature is now removed.