#Next.js 3rd Party JS loader
15 messages · Page 1 of 1 (latest)
🔎 This post has been indexed in our web forum and will be seen by search engines so other users can find it outside Discord
🕵️ Your user profile is private by default and won't be visible to users outside Discord, if you want to be visible in the web forum you can add the "Public Profile" role in id:customize
✅ You can mark a message as the answer for your post with Right click -> Apps -> Mark Solution
(if you don't see the option, try refreshing Discord with Ctrl + R)
are you talking about next/script? if so, the version history is at bottom https://nextjs.org/docs/app/api-reference/components/script#version-history
No, It’s the new GTM loader
As seen here:
https://nextjs.org/docs/app/building-your-application/optimizing/third-party-libraries
o.O i haven't seen this before
i found a pr that made some of them... so id thing v13 might work: https://github.com/vercel/next.js/pull/52909 (but i has no idea)
wait looking at the releases, the only stable version is v14: https://www.npmjs.com/package/@next/third-parties?activeTab=versions
I thought so, since it’s also on canary branch of nextjs
But I do really hope that they’ll make this into separate packages do that previous version can make use of it
it is a separate package... so you could try the v13 canary version with v13, but idk
TBH I’d be glad if it supports till v10 hahaha
because I had projects that used v10 and v12
you really should update them