react-codemirror icon indicating copy to clipboard operation
react-codemirror copied to clipboard

Webpack warning when importing

Open IamTheHttp opened this issue 8 years ago • 0 comments

Hey,

When I'm importing the component: import CodeMirror from 'react-codemirror';

I'm getting the following warning :

WARNING in ./~/react-codemirror/lib/Codemirror.js There is another module with an equal name when case is ignored. This can lead to unexpected behavior when compiling on a filesystem with other case-semantic. Rename module if multiple modules are expected or use equal casing if one module is expected.

WARNING in ./~/react-codemirror/lib/codemirror.js There is another module with an equal name when case is ignored. This can lead to unexpected behavior when compiling on a filesystem with other case-semantic. Rename module if multiple modules are expected or use equal casing if one module is expected.

I'm using react-codemirror 1.0.0 using mac(case insensitive FS)

Any ideas?

IamTheHttp avatar May 16 '17 12:05 IamTheHttp