react-json-editor-ajrm
react-json-editor-ajrm copied to clipboard
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
in next.config.js
.
module.exports = {
reactStrictMode: true,
}
I keep seeing this warning:
Warning: Prop
autoCapitalize
did not match. Server: "none" Client: "off"