What happens when you call setState() inside render() method?
Repetitive output appears on the screen
Stack overflow error
Duplicate key error
Nothing happens. Life goes on!
Correct Answer : B
How do you write an inline style specifying the font-size:12px and color:red; in JSX