Mike P
Results
2
issues of
Mike P
Perhaps I'm missing something fundamental here about how this library makes assertions, but the following obviously errors in Typescript: ``` interface ISeries { name: string; value: number; } const series:...
As per [docs](http://riotjs.com/api/route/#riotrouteexec), this is now deprecated. `riot.route.start(true)` seems to achieve the same purpose, starting the router and parsing the initial state.