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
{{ message }}
This repository was archived by the owner on Jun 17, 2021. It is now read-only.
The problem is that the code will fetch the given path & it will append the results to the page, even with a non 2xx response is given .... Then it will append a 404 embed into the current page !
Resolutions
Check the response code before append it into the page.
Motivation/Probleme
When no SVG icons are generated, the page embed the 404 page into the current page.
For now, we have to add the following code to works with SVGIcon
The problem is that the code will fetch the given path & it will append the results to the page, even with a non
2xxresponse is given .... Then it will append a404embed into the current page !Resolutions
Check the response code before append it into the page.