Skip to content

Commit

Permalink
Make sure lastAppProps always have some value.
Browse files Browse the repository at this point in the history
  • Loading branch information
arunoda committed Jan 19, 2017
1 parent 5be9c04 commit b4ae722
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const {

const Component = evalScript(component).default
const ErrorComponent = evalScript(errorComponent).default
let lastAppProps
let lastAppProps = {}

export const router = createRouter(pathname, query, {
Component,
Expand Down

0 comments on commit b4ae722

Please sign in to comment.