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
The docs on avoiding duplicate tags while modifying the <head> state that:
To ensure that the tag is not duplicated, Fresh supports setting the key prop. By giving matching elements the same key prop, only the last one will be rendered.
But it does not explain what determines which one will be "last". Is this something that can be controlled? I'm running into an issue where I've defined some default values in the head in my _app.tsx, but I want to override them in the route component, but the ones in _app.tsx are taking precedence.
Am I missing something? Thanks in advance!
The text was updated successfully, but these errors were encountered:
The docs on avoiding duplicate tags while modifying the
<head>
state that:But it does not explain what determines which one will be "last". Is this something that can be controlled? I'm running into an issue where I've defined some default values in the head in my
_app.tsx
, but I want to override them in the route component, but the ones in_app.tsx
are taking precedence.Am I missing something? Thanks in advance!
The text was updated successfully, but these errors were encountered: