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
When navigating to a page the first <script> tag is rendered as last in the dom. But it should be rendered first. So it's not respecting the order, added in the jsx. What could be the issue?
(When refreshing the page manually the script tags are in correct order).
The text was updated successfully, but these errors were encountered:
I am using react-helmet-async to add three scripts in order to the HEAD element on a specific page in my React app:
When navigating to a page the first
<script>
tag is rendered as last in the dom. But it should be rendered first. So it's not respecting the order, added in the jsx. What could be the issue?(When refreshing the page manually the script tags are in correct order).
The text was updated successfully, but these errors were encountered: