timomedia
timomedia
Hello! Please tell me the shortcode! Thank you very much!
Thanks! Vào Th 7, 25 thg 4, 2020 vào lúc 03:13 Kamal Khan < [email protected]> đã viết: > [kkstarratings] > > — > You are receiving this because you commented....
> @maxiedaniels @eliyo @Clueed I have created discussing on nextjs repo > > [vercel/next.js#58911](https://github.com/vercel/next.js/discussions/58911) > > please add more question and details also there I don't know if this is...
> same, got this error with nextjs 14.0.2 @chintan9 It only has errors with version 14.0.2 and above. Even the latest version 14.1.0 still has this error, however next.js seems...
@maxiedaniels @michaelpumo It really doesn't work. I tried using dynamic but it didn't work. I created a component called Player to use in different pages and using it the way...
I also had the same problem with the last update.
Does anyone have a solution to this problem? Currently I still cannot handle this problem :(
> Make it client component and use dynamic import > > `const Plyr = dynamic(() => import("plyr-react"), { ssr: false });` It really doesn't work. I tried using dynamic but...
> > Same issue in 13.5.6 > > **swcMinify: false** Does the trick but I should not be the solution for the future. Hopefully, there will be a better fix...