I'm currently working on implementing a Transition component from Semantic UI React. I have the Semantic UI library installed and importing it as follows:
import {
Transition,
} from "semantic-ui-react";
import 'semantic-ui-css/semantic.min.css';
However, when attempting to use the Transition component in my code snippet below, I encountered a warning message:
Warning - [webpack] 'dist':
./node_modules/semantic-ui-react/dist/es/lib/shallowEqual.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:\...\Dev\truckDeliverySchedule\node_modules\source-map-loader\index.js!C:\...\Dev\truckDeliverySchedule\node_modules\semantic-ui-react\dist\es\lib\shallowEqual.js
Used by 1 module(s), i. e.
C:\...\Dev\truckDeliverySchedule\node_modules\source-map-loader\index.js!C:\...\Dev\truckDeliverySchedule\node_modules\semantic-ui-react\dist\es\lib\index.js
* C:\...\Dev\truckDeliverySchedule\node_modules\source-map-loader\index.js!C:\...\Dev\truckDeliverySchedule\node_modules\semantic-ui-react\dist\es\lib\shallowequal.js
Used by 2 module(s), i. e.
C:\...\Dev\truckDeliverySchedule\node_modules\source-map-loader\index.js!C:\...\Dev\truckDeliverySchedule\node_modules\semantic-ui-react\dist\es\lib\shallowEqual.js
In addition to Semantic UI React components, I am also importing several Office UI Fabric React components:
../
import {
Dialog,
DialogType,
DialogFooter,
} from 'office-ui-fabric-react/lib/dialog';
import {
MessageBar,
MessageBarType,
} from 'office-ui-fabric-react/lib/messageBar';
../
The error seems unclear to me, and I'm unsure of how to address it.
EDIT:
├─ <a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="9deaf8ffedfcfef6b0f9f8ebb0f0f4f9f9f1f8eafceff8ddacb3acafb3af">[email protected]</a>
├─ <a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="582f3d3a28393b33752b372d2a3b3d2b186976697668">[email protected]</a>
├─ <a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="80f7e5e2f0e1e3ebadf3f4f2e5e1edc0b4aeb0aeb3">[email protected]</a>
├─ <a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="9cebf9feecfdfff7dcafb2adadb2ac">[email protected]</a>
...
├─ <a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="ea998f878b849e8389c79f83c7899999aad8c4d9c4d9">[email protected]</a>
├─ <a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="acdfc9c1cdc2d8c5cf81d9c581dec9cdcfd8ec9c82949e829f">[email protected]</a>
...
├─ <a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="b7c5d2d6d4c39ad3d8daf7868299819985">[email protected]</a>
├─ <a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="3240575351467203071c041c00">[email protected]</a>