I am using a script tag to add a widget to my Next.js app. I have create a section component for this widget but when I run the app it renders below my footer b
so I try to add a deferred script tag like this const script = document.createElement('script'); script.setAttribute('src', '/script.js'); script.setAttribu