Using version 1.4.0 in my app built with create-react-app. I see the following warning when building or running the development server:
Compiled with warnings.
./node_modules/draftjs-md-converter/dist/index.js
Critical dependency: the request of a dependency is an expression
Search for the keywords to learn more about each warning.
To ignore, add // eslint-disable-next-line to the line before.
It doesn't appear to break anything in my app, but would be nice to suppress this warning.
Using version 1.4.0 in my app built with create-react-app. I see the following warning when building or running the development server:
It doesn't appear to break anything in my app, but would be nice to suppress this warning.