projectstorm / react-diagrams

a super simple, no-nonsense diagramming library written in react that just works
https://projectstorm.cloud/react-diagrams
MIT License
8.58k stars 1.17k forks source link

Multiple modules issue with filename "PathFinding" from react-diagrams-routing #820

Open hnguyen132 opened 3 years ago

hnguyen132 commented 3 years ago

Hi,

I was trying to install the project via npm and was combining it with webpack. Afterward, I got a warning about the filename "PathFinding".

image

It looks like a changing capitalization problem. I tried to rename that file to "RoutingPathFinding" and it works.