In some error states knockout fails to render main app page.

Issue #118 resolved
Myles Metzler created an issue

When operations.mode is null knockout.js will fail to render page app.html. This is caused by not trying to perform string operations when it could be null.

In this case the entire page would be in error anyway, the only real concern is that when the issue is resolved the user will have to refresh the page instead of it automatically fixing itself.

Comments (3)

  1. Log in to comment