Skip to content

Instantly share code, notes, and snippets.

{
"id1": {
"name": "Category_1",
"type": "CATEGORY",
"isRoot": true,
"children": [
"id2",
"id3"
]
},
import React, {PropTypes} from 'react';
function linkedCb() {
this.setState({isApiLoaded: true, isAuthorize: IN.User.isAuthorized()});
}
const sessionStorageKey = 'linkedInLogin';
class LinkedInLogin extends React.Component {