Saturday, 13 January 2024

Solution : react-draft-wysiwyg nextjs not working properly nextjs

 Today i will try to share to you about how to solve " react-draft-wysiwyg nextjs not working properly nextjs"

Ok, to solve this problem in nextjs, you must be add scripts or modification file next.config.js like below :

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

module.exports = nextConfig

 

Hope this can helping you. Thanks

No comments:

Post a Comment