Skip to content

Webpack warning when importing #108

@IamTheHttp

Description

@IamTheHttp

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions