Hellenic / react-hexgrid

Build interactive hexagon grids with React
https://hellenic.github.io/react-hexgrid/examples/
MIT License
314 stars 128 forks source link

With create-react-app 5, running the app fires errors for missing source maps #113

Open PEsteves8 opened 1 year ago

PEsteves8 commented 1 year ago

With create-react-app 5 we get errors due to missing source maps. See: https://github.com/facebook/create-react-app/discussions/11767

I suppose that including the src folder in the installed package would solve it from this end, right?