DEV Community

Thiago
Thiago

Posted on

material-ui Drawer - findDOMNode is deprecated in StrictMode

Don't need to disable SctrictMode, just do it:

You can change:

import { createMuiTheme } from '@material-ui/core';

TO

import { unstable_createMuiStrictModeTheme as createMuiTheme } from '@material-ui/core';

Top comments (0)

Image of Docusign

🛠️ Bring your solution into Docusign. Reach over 1.6M customers.

Docusign is now extensible. Overcome challenges with disconnected products and inaccessible data by bringing your solutions into Docusign and publishing to 1.6M customers in the App Center.

Learn more