EvolvedWeb / evowc

Evolved Web Components
MIT License
8 stars 0 forks source link

Exception in WCRouterElement #99

Closed intervalia closed 5 months ago

intervalia commented 6 months ago

Describe the bug In a catch we attempt this line: console.error(Failed to import file ${element}) Which throws a new exception since element is not defined

Expected behavior The line should read: console.error(Failed to import file ${theRouteToShow.importFile})