-
Notifications
You must be signed in to change notification settings - Fork 260
Description
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?