You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you click on Notebooks in the sidebar, and then click on one of the notebooks shown in the middle of the screen, an error is thrown that says Uncaught TypeError: this.props.fetch is not a function. It doesn't seem to affect functionality, but it should still be dealt with, because it looks bad to employer if there are errors visible in the console.
When creating a new notebook, the note index for that notebook shows notes from other notebooks.
Errors are thrown when trying to open the modal for a notebook by clicking on the three dots next to them on the notebooks index.
Notebook names should be unique.
New Note button does not always work, even after refresh. Sometimes throws Uncaught TypeError: Cannot read property 'id' of undefined
When copying a note, tags do not carry over.
If you click on
Notebooksin the sidebar, and then click on one of the notebooks shown in the middle of the screen, an error is thrown that saysUncaught TypeError: this.props.fetch is not a function. It doesn't seem to affect functionality, but it should still be dealt with, because it looks bad to employer if there are errors visible in the console.When creating a new notebook, the note index for that notebook shows notes from other notebooks.
Errors are thrown when trying to open the modal for a notebook by clicking on the three dots next to them on the notebooks index.
Notebook names should be unique.
New Note button does not always work, even after refresh. Sometimes throws
Uncaught TypeError: Cannot read property 'id' of undefined