AndrewRedican / react-json-editor-ajrm

A modular, easy to use, react component, to view, edit, and debug javascript objects.
MIT License
355 stars 126 forks source link

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

Closed abdullokh-mukhammadjonov closed 1 year ago

abdullokh-mukhammadjonov commented 2 years ago

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"