The current build doesn't work on Linux, cant Resolve module 'React', it's supposed to be 'react'. Works on MacOS cause of case insensitivity but fails on Linux. Noticed this while working on the build server.
Warning:
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:
node_modules/React/index.js
used by teller-connect-react/dist/teller-connect-react.umd.js
and
/node_modules/react/index.js
Used by 1267 module(s)
The current build doesn't work on Linux, cant Resolve module 'React', it's supposed to be 'react'. Works on MacOS cause of case insensitivity but fails on Linux. Noticed this while working on the build server. Warning: 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: node_modules/React/index.js used by teller-connect-react/dist/teller-connect-react.umd.js and /node_modules/react/index.js Used by 1267 module(s)