

MCQOPTIONS
Saved Bookmarks
1. |
What happens when you call setState() inside render() method? |
A. | Repetitive output appears on the screen |
B. | Stack overflow error |
C. | Duplicate key error |
D. | Nothing happens. Life goes on! |
Answer» C. Duplicate key error | |