You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to figure out what it is for, but without luck. It imports feather-icons and then calls replace, that by docs should find all [data-feather] occurrences and inject their icons, but I have no evidence of this happening somewhere in the template; is it a typo, or some obscure magic I'm too noob to understand? 🤯
The text was updated successfully, but these errors were encountered:
Hey @mdesantis good catch! This looks like some outdated code from the previous version of this template, where we've used feather-icons. I went ahead and opened a PR (#40095) to remove these, since we're using only the rounded Material Icons now.
Hello! While messing around with Joy UI's Order Dashboard template, I came across this puzzling piece of code:
material-ui/docs/data/joy/getting-started/templates/order-dashboard/App.tsx
Lines 24 to 33 in d2b0415
I tried to figure out what it is for, but without luck. It imports
feather-icons
and then callsreplace
, that by docs should find all[data-feather]
occurrences and inject their icons, but I have no evidence of this happening somewhere in the template; is it a typo, or some obscure magic I'm too noob to understand? 🤯The text was updated successfully, but these errors were encountered: