Hey friends 👋
We have these five dependencies in the codebase
"@babel/runtime": "^7.18.9",
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@mui/icons-material": "^5.11.0",
"@mui/material": "^5.11.0",
Can we figure out a way to implement PinStatusIcon which should be a mostly contained component without them? I want to try to keep our dependency count down. It seems like a lot for a tooltip and SVG to have to add these 5.
Hey friends 👋
We have these five dependencies in the codebase
Can we figure out a way to implement
PinStatusIconwhich should be a mostly contained component without them? I want to try to keep our dependency count down. It seems like a lot for a tooltip and SVG to have to add these 5.