Where should error boundaries be used in React?
Around the root component only
Inside functional components only
Around components that might throw errors
Inside class components only
This question is part of this quiz :
Error Boundary and Debugging in React