DifficoltàQuanto dovrebbe essere impegnativa per un nuovo contributor.
3
Tempo stimatoTempo stimato per completare e verificare uno scope piccolo.
1-3 hours
Stato attivitàQuanto è probabile che la issue sia ancora attiva e reviewable.
stale
ChiarezzaQuanto chiaramente la issue descrive problema, scope e risultato atteso.
mostly clear
Prerequisiti
Nessuno
Adatta ai principiantiQuanto la issue è adatta a contributor alla prima esperienza.
60
Direzione di ricerca
The error 'Failed to construct URL: Invalid base URL' occurs in the icon loading process, likely in the web component's logic. Search for 'new URL(' in the source code (e.g., `src/` or `dist/`) to find where the base is passed. Check if the base is derived from a potentially undefined or invalid source, such as `document.baseURI` or `location.href`. Consider adding a fallback or validation to prevent this error when the base is invalid.