a1603169 / pwa-nextjs-tailwindcss-blog

blog template with simple design
https://seunghun-website.vercel.app
1 stars 0 forks source link

Error/ Blog div is shown twice #25

Closed a1603169 closed 6 months ago

a1603169 commented 6 months ago
스크린샷 2024-01-01 17 27 50
a1603169 commented 6 months ago

It was because of strict mode of configuration of nextjs

`/* @type {import('next').NextConfig} / const nextConfig = { reactStrictMode: true, }

module.exports = nextConfig ` This makes useEffect to turn on twice, but not applied in the production