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
Changing them to functional components will improve performance as these will be treated as stateless, without any component instance, HTML.
If you choose to acknowledge this issue, I'd be happy to create a PR fixing this.
The text was updated successfully, but these errors were encountered:
atharva3010
changed the title
refactor (components): components used to render svg can j
refactor (components): components used to render svg can be functional components.
Apr 29, 2022
Hello everyone 👋
I was looking at the components under the directory
/packages/vue
and found that there are SFCs that only render an SVG icon.Some examples of this are:
Changing them to
functional
components will improve performance as these will be treated as stateless, without any component instance, HTML.If you choose to acknowledge this issue, I'd be happy to create a PR fixing this.
The text was updated successfully, but these errors were encountered: