codaxy / tdo

Keyboard driven, hackable TODO list
https://tdoapp.com
MIT License
44 stars 13 forks source link

Controller - url pasting - app not response even for settings #13

Closed senpl closed 6 years ago

senpl commented 6 years ago

Error is present when app url are pasted into browser. All tasks inits are not properly initiated in such cases. Not many error appears in console log. One of some is: Uncaught TypeError: tasks is not iterable at addTrigger (Controller.js:101) at Object.eval [as selector] (computable.js:47) at Controller.explore (Controller.js:43) at Instance.explore (Instance.js:182) at CxContext.componentWillReceiveProps (Cx.js:153) at p.updateComponent (react-dom.min.js:13) at p.receiveComponent (react-dom.min.js:13) at Object.receiveComponent (react-dom.min.js:14) at p._updateRenderedComponent (react-dom.min.js:13) at p._performComponentUpdate (react-dom.min.js:13)

senpl commented 6 years ago

Way to reproduce (for incognito and without firebase):

  1. Start app
  2. Go to http://localhost:8088/
  3. Click enter new board
  4. In adress bar paste http://localhost:8088/
  5. Now All pages not response to click(for example settings)
mstijak commented 6 years ago

Thanks for reporting. I'll take a look.