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
The Icon component is currently TypeScript-first. If an icon is missing, it throws an Uncaught TypeError: Cannot read properties of undefined (reading 'viewBox').
While this isn't necessarily a problem, I want to provide a simple example that avoids potential unexpected issues, such as when the icon name is sourced from the backend.
The text was updated successfully, but these errors were encountered:
The
Icon
component is currently TypeScript-first. If an icon is missing, it throws anUncaught TypeError: Cannot read properties of undefined (reading 'viewBox')
.While this isn't necessarily a problem, I want to provide a simple example that avoids potential unexpected issues, such as when the icon name is sourced from the backend.
The text was updated successfully, but these errors were encountered: