Sunday, May 12, 2024
 Popular · Latest · Hot · Upcoming
4
rated 0 times [  11] [ 7]  / answers: 1 / hits: 15108  / 6 Years ago, mon, february 5, 2018, 12:00:00

i have this issue in yellow color when i compiling a react project, but the followin thing thisturbs me a lot




WARNING in ./node_modules/React/cjs/react.development.js
There are multiple modules with names that only differ in casing. This
can lead to unexpected behavior when compiling on a filesystem with
other case-semantic. Use equal casing. Compare these module
identifiers:
* C:cygwin64homewaysolutions-softcursonodejsreactnode_modulesReactcjsreact.development.js
Used by 1 module(s), i. e.
C:cygwin64homewaysolutions-softcursonodejsreactnode_modulesReactindex.js
* C:cygwin64homewaysolutions-softcursonodejsreactnode_modulesreactcjsreact.development.js
Used by 1 module(s), i. e.
C:cygwin64homewaysolutions-softcursonodejsreactnode_modulesreactindex.js
@ ./node_modules/React/cjs/react.development.js @
./node_modules/React/index.js @ ./src/widgets/components/modal.js @
./src/pages/containers/home.js @ ./src/entries_points/home.js @
multi (webpack)-dev-server/client?http://localhost:9000
./src/entries_points/home.js



WARNING in ./node_modules/React/cjs/react.production.min.js There are
multiple modules with names that only differ in casing. This can lead
to unexpected behavior when compiling on a filesystem with other
case-semantic. Use equal casing. Compare these module identifiers:
* C:cygwin64homewaysolutions-softcursonodejsreactnode_modulesReactcjsreact.production.min.js
Used by 1 module(s), i. e.
C:cygwin64homewaysolutions-softcursonodejsreactnode_modulesReactindex.js
* C:cygwin64homewaysolutions-softcursonodejsreactnode_modulesreactcjsreact.production.min.js
Used by 1 module(s), i. e.
C:cygwin64homewaysolutions-softcursonodejsreactnode_modulesreactindex.js
@ ./node_modules/React/cjs/react.production.min.js @
./node_modules/React/index.js @ ./src/widgets/components/modal.js @
./src/pages/containers/home.js @ ./src/entries_points/home.js @
multi (webpack)-dev-server/client?http://localhost:9000
./src/entries_points/home.js



WARNING in ./node_modules/React/index.js There are multiple modules
with names that only differ in casing. This can lead to unexpected
behavior when compiling on a filesystem with other case-semantic. Use
equal casing. Compare these module identifiers:
* C:cygwin64homewaysolutions-softcursonodejsreactnode_modulesReactindex.js
Used by 1 module(s), i. e.
C:cygwin64homewaysolutions-softcursonodejsreactnode_modulesbabel-loaderlibindex.js??ref--0!C:cygwin64homewaysolutions-softcursonodejsreactsrcwidgetscomponentsmodal.js
* C:cygwin64homewaysolutions-softcursonodejsreactnode_modulesreactindex.js
Used by 15 module(s), i. e.
C:cygwin64homewaysolutions-softcursonodejsreactnode_modulesbabel-loaderlibindex.js??ref--0!C:cygwin64homewaysolutions-softcursonodejsreactsrcentries_pointshome.js
@ ./node_modules/React/index.js @ ./src/widgets/components/modal.js
@ ./src/pages/containers/home.js @ ./src/entries_points/home.js @
multi (webpack)-dev-server/client?http://localhost:9000
./src/entries_points/home.js




the project in the web browser runs perfectly, but i dont know how to correct this thing, im on windows 10 d: , i read that is a windows problem but i want to fix it.
regards


More From » reactjs

 Answers
1

You're importing classes with different cases than it's export, please check your import statements.


[#55251] Saturday, February 3, 2018, 6 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
lucianom

Total Points: 601
Total Questions: 98
Total Answers: 109

Location: Kenya
Member since Fri, Dec 23, 2022
1 Year ago
lucianom questions
Tue, Feb 22, 22, 00:00, 2 Years ago
Wed, May 5, 21, 00:00, 3 Years ago
Sun, Jan 24, 21, 00:00, 3 Years ago
Sat, Aug 15, 20, 00:00, 4 Years ago
Mon, Jun 22, 20, 00:00, 4 Years ago
;