Advertisement
Guest User

Untitled

a guest
Jun 24th, 2019
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. TypeError: Cannot read property 'state' of undefined
  2.  
  3. 23 | super(props);
  4. 24 | console.log(this)
  5. 25 |
  6. > 26 | this.state = {
  7. | ^ 27 | loading: true,
  8. 28 | ...props.location.state,
  9. 29 | review: props.review,
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement