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
Many build tools are transforming svg attributes to camelCase for jsx to use. frontier.svg is using an uncommon attribute xmlns:xodm which is causing an issue when this svg is being imported
error - ../../node_modules/@lifi/wallet-management/walletIcons/frontier.svg
SyntaxError: unknown: Namespace tags are not supported by default. React's JSX doesn't support namespace tags. You can set `throwIfNamespace: false` to bypass this warning.
is it possible to remove this attribute?
The text was updated successfully, but these errors were encountered:
Many build tools are transforming svg attributes to camelCase for jsx to use. frontier.svg is using an uncommon attribute
xmlns:xodm
which is causing an issue when this svg is being importedis it possible to remove this attribute?
The text was updated successfully, but these errors were encountered: