Next.js Discord

Discord Forum

Third-party script loading, document.write warning

Unanswered
Blue swimming crab posted this in #help-forum
Open in Discord
Avatar
Blue swimming crabOP
When I‘m loading a third-party script, I‘m getting the following warning:

12 Replies

Avatar
Blue swimming crabOP
Image
Avatar
risky
you shouldn't really be using 3rd party scripts that can mess with the dom with react because it can confuse both parties
what is this plugin?
Avatar
Blue swimming crabOP
It‘s an external script from a partner
I need this script
Avatar
risky
and are you using next.js?
Avatar
Blue swimming crabOP
Yes
Avatar
risky
and how are you importing this script
Avatar
Blue swimming crabOP
With the script implementation from Next.js
I‘ve added the script in a component. It will be loaded, but then the warnings are still existing, because I think the script will load another script
Avatar
risky
something in your script is doing something... idk if your partner is expecting this to work in nextjs/react tho
Avatar
risky
@Blue swimming crab i would say that you should ask your partner if it should work with react...