While "connected," I get "isConnected? true" in the Javascript console followed by the following error: "Uncaught TypeError: Cannot read property 'seq' of undefined." This occurs when I go to the /my/todos route and also occurs when I create a new todo.
While using two browser windows at that same route and after the aforementioned error occurs, the newly created todo doesn't show up in the other window until after I create a todo (in the second browser window).
While "connected," I get "isConnected? true" in the Javascript console followed by the following error: "Uncaught TypeError: Cannot read property 'seq' of undefined." This occurs when I go to the /my/todos route and also occurs when I create a new todo.
While using two browser windows at that same route and after the aforementioned error occurs, the newly created todo doesn't show up in the other window until after I create a todo (in the second browser window).
The error doesn't show up when I'm "offline".