Adam

Results 8 issues of Adam

It'd be great to have the same autocomplete functionality you get with HTML files within React.js .jsx files.

## To reproduce: 1.A Signup for an OAuth keypair 1.B. Register the following origin/callbacks in the control panel - __Origin__: http://localhost:5000 - __Redirect URI__: http://localhost:5000/oauth2callback 2. Sign up for an...

There seems to be quite a few contradictions at the onset of the literature. > We can't say we know exactly, but it appears that his intentions might be to...

question

Concerning the use of the image https://i.imgur.com/qtENxAG.jpg, I feel it would be better to explicitly state the nature of it in a caption and attribution of the creator insofar as...

enhancement

Warning: React.addons.classSet will be deprecated in a future version. See http://fb.me/react-addons-classset

https://gist.github.com/sebmarkbage/a6e220b7097eb3c79ab7 In my code I'm getting the error: `Uncaught TypeError: undefined is not a function` on line `32`: ``` return this.transferPropsTo( ``` I'm using React v.0.13.1 ``` var Icon =...