react-json-editor-ajrm icon indicating copy to clipboard operation
react-json-editor-ajrm copied to clipboard

Warning: Prop `autoCapitalize` did not match. Server: "none" Client: "off"

Open abdullokh-mukhammadjonov opened this issue 3 years ago • 0 comments

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"