phlask / phlask-map

Code behind the Phlask Web Map
https://beta.phlask.me
34 stars 34 forks source link

Foraging Button is not visible on the Add Resource menu #513

Open tomporvaz opened 1 month ago

tomporvaz commented 1 month ago

When I click on the the Add Resource Button on Desktop, the foragin button does not have the tree icon. Please make it so the tree icon is present.

Image

RNR1 commented 1 month ago

The problem is a buggy behavior in how create-react-app transforms svg icons into react components using the SVGR library. It often results in icons disappearing even if they should render. We might need to decide on an alternative to avoid this problem in the future.