Skip to content

Instantly share code, notes, and snippets.

@GarthDB
Last active December 3, 2015 02:50
Show Gist options
  • Select an option

  • Save GarthDB/577ff1f065922ed5888d to your computer and use it in GitHub Desktop.

Select an option

Save GarthDB/577ff1f065922ed5888d to your computer and use it in GitHub Desktop.
Object {
history:
Object {
listenBefore: [Function: listenBefore],
listen: [Function: listen],
transitionTo: [Function: transitionTo],
pushState: [Function: pushState],
replaceState: [Function: replaceState],
push: [Function: push],
replace: [Function: replace],
go: [Function: go],
goBack: [Function: goBack],
goForward: [Function: goForward],
createKey: [Function: createKey],
createPath: [Function: createPath],
createHref: [Function: createHref],
createLocation: [Function: createLocation],
setState: [Function],
registerTransitionHook: [Function],
unregisterTransitionHook: [Function],
isActive: [Function: isActive],
match: [Function: match],
listenBeforeLeavingRoute: [Function: listenBeforeLeavingRoute] },
location:
Object {
pathname: '/',
search: '',
hash: '',
state: null,
action: 'POP',
key: 'o77sdv' },
params: Object {},
route:
Object {
path: '/',
component: [Function: Root],
indexRoute: Object { component: [Function: Index] },
childRoutes: [ [Object] ] },
routeParams: Object {},
routes:
[ Object {
path: '/',
component: [Function: Root],
indexRoute: [Object],
childRoutes: [Object] },
Object { component: [Function: Index] } ],
children:
Object {
'$$typeof': Symbol(react.element),
type: [Function: Index],
key: null,
ref: null,
props:
Object {
history: [Object],
location: [Object],
params: Object {},
route: [Object],
routeParams: Object {},
routes: [Object],
children: null },
_owner:
Object {
_currentElement: [Object],
_rootNodeID: '.165rqihaebk',
_instance: [Object],
_pendingElement: null,
_pendingStateQueue: null,
_pendingReplaceState: false,
_pendingForceUpdate: false,
_renderedComponent: [Object],
_context: Object {},
_mountOrder: 1,
_topLevelWrapper: null,
_pendingCallbacks: null,
_mountIndex: 0,
_mountImage: null,
_isOwnerNecessary: false,
_warnedAboutRefsInRender: false },
_store: Object {} } }
Warning: Each child in an array or iterator should have a unique "key" prop. Check the render method of `Index`. See https://fb.me/react-warning-keys for more information.
Object {
history:
Object {
listenBefore: [Function: listenBefore],
listen: [Function: listen],
transitionTo: [Function: transitionTo],
pushState: [Function: pushState],
replaceState: [Function: replaceState],
push: [Function: push],
replace: [Function: replace],
go: [Function: go],
goBack: [Function: goBack],
goForward: [Function: goForward],
createKey: [Function: createKey],
createPath: [Function: createPath],
createHref: [Function: createHref],
createLocation: [Function: createLocation],
setState: [Function],
registerTransitionHook: [Function],
unregisterTransitionHook: [Function],
isActive: [Function: isActive],
match: [Function: match],
listenBeforeLeavingRoute: [Function: listenBeforeLeavingRoute] },
location:
Object {
pathname: '/speaker/ericalli',
search: '',
hash: '',
state: null,
action: 'POP',
key: 'ocxxih' },
params: Object { slug: 'ericalli' },
route:
Object {
path: '/',
component: [Function: Root],
indexRoute: Object { component: [Function: Index] },
childRoutes: [ [Object] ] },
routeParams: Object {},
routes:
[ Object {
path: '/',
component: [Function: Root],
indexRoute: [Object],
childRoutes: [Object] },
Object { path: '/speaker/:slug', component: [Function: Index] } ],
children:
Object {
'$$typeof': Symbol(react.element),
type: [Function: Index],
key: null,
ref: null,
props:
Object {
history: [Object],
location: [Object],
params: [Object],
route: [Object],
routeParams: [Object],
routes: [Object],
children: null },
_owner:
Object {
_currentElement: [Object],
_rootNodeID: '.oqvm6zmi2o',
_instance: [Object],
_pendingElement: null,
_pendingStateQueue: null,
_pendingReplaceState: false,
_pendingForceUpdate: false,
_renderedComponent: [Object],
_context: Object {},
_mountOrder: 5,
_topLevelWrapper: null,
_pendingCallbacks: null,
_mountIndex: 0,
_mountImage: null,
_isOwnerNecessary: false,
_warnedAboutRefsInRender: false },
_store: Object {} } }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment