philschatz / gh-board

:octocat: "Serverless" Kanban for GitHub Issues using gh-pages

Home Page:http://philschatz.github.io/gh-board/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TypeError when setting gh-token

rtyler opened this issue · comments

This is using a build from SHA1@fb54d0c.

When clicking on the "Save" button, the following exception is raised. I built with Node v4.6.0, so I'm not sure if that's the source of the issue.

login-modal.jsx:9 Uncaught TypeError: e.getValue is not a functiont.default.a.default.createClass.onSave @ login-modal.jsx:9r @ ReactErrorUtils.js:26a @ EventPluginUtils.js:85s @ EventPluginUtils.js:105p @ EventPluginHub.js:43m @ EventPluginHub.js:54n @ forEachAccumulated.js:24y.processEventQueue @ EventPluginHub.js:257r @ ReactEventEmitterMixin.js:17i.handleTopLevel @ ReactEventEmitterMixin.js:28i @ ReactEventListener.js:72i.perform @ Transaction.js:140d.batchedUpdates @ ReactDefaultBatchingStrategy.js:62i @ ReactUpdates.js:97m.dispatchEvent @ ReactEventListener.js:147
Client

type-error

Workaround

In case anybody else hits this, entering the following into the JavaScript console got me signed in:

window.localStorage.setItem('gh-token', "MYTOKENHERE")

Thanks for finding this! It should be fixed in #61. If not, please reopen!