Uncaught (in promise) Error: 'step-01' did not match any configured route or registered component name - did you forget to add the component ‘step-01’ to the dependencies or to register it as a global dependency?
I am having the exact same problem. As a part of upgrading to alpha v33, I tried to switch from router-lite to @aurelia/router, but had to undo for the moment. Did you get any progress regarding this since last message?
In my case, it was not working as in yours. So I reverted the upgrade and later upgraded to alpha41. The there, I fixed the problem by making sure all imports are coming from the same library. There was a mix up between used libraries basically. But also @dwaynecharrington points out that it should be working in the latest version anyway. So now, I am not as sure as I was when I prompted you that I might have a solution, whether if it was the inconsistent imports, a generic problem in the framework that got fixed in later alpha versions, or both