Version: "react-json-editor-ajrm": "^2.5.13"
Project type: Next.js( "next": "11.1.2")
OS: ubuntu, Browser: Mozilla Firefox 95.0, (Works well on Chrome)
I tried disabling reactStrictMode in next.config.js.
module.exports = {
reactStrictMode: true,
}
I keep seeing this warning:
Warning: Prop autoCapitalize did not match. Server: "none" Client: "off"
Version: "react-json-editor-ajrm": "^2.5.13" Project type: Next.js( "next": "11.1.2") OS: ubuntu, Browser: Mozilla Firefox 95.0, (Works well on Chrome) I tried disabling
reactStrictMode
innext.config.js
.I keep seeing this warning: