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

Can't login

waldyrious opened this issue · comments

I'm getting a TypeError: n.getValue is not a function when clicking the Save button in the sign-in dialog. I suppose that refers to this line. I'm using Firefox 50.1.0 on OS X 10.10.5, if that helps.

Drat, that was broken with a React update (grr, not enough tests). Thanks for finding it!

Also, it looks like the preferred syntax for refs has changed again https://facebook.github.io/react/docs/refs-and-the-dom.html#the-ref-callback-attribute

That was quick! 😄