Script execution ordering
Unanswered
desout posted this in #help-forum
desoutOP
in common HTML structure, when page loaded, scripts executing in order, placed in html( including inline and cdn scripts)
When using <Script /> from 'next/script' and u have multiple scripts, it's works unexpected and in incorrect order
It's causing, that in calling inline script we have a error ($ is not defined). How to fix this issue and define ordering of scripts?
When using <Script /> from 'next/script' and u have multiple scripts, it's works unexpected and in incorrect order
It's causing, that in calling inline script we have a error ($ is not defined). How to fix this issue and define ordering of scripts?