SyntaxFix
Write A Post
Hire A Developer
Questions
You can try adding a question mark as below. This worked for me.
componentWillReceiveProps(nextProps) { this.setState({ title: nextProps?.blog?.title, body: nextProps?.blog?.content }) }