๐ BUG if page is done loading early `<nav-router>` doesn't work.
Closed this issue ยท 0 comments
snuggs commented
@Robertchristopher There is a bug in source code. I noticed it when removing browser-sync lib from page. Which forces page to load faster than usual. Thus firing onload(ed)
directly. We had an internal API name change and didn't update that edge case. Like I always say the bugs are in the logic statements.
https://github.com/devpunks/snuggsi/blob/master/examples/nav-view/index.es#L8-L13