sudheerj / reactjs-interview-questions

List of top 500 ReactJS Interview Questions & Answers....Coding exercise questions are coming soon!!
38.18k stars 9.11k forks source link

Added a note about using react-error-boundary in client components to… #288

Closed mrAJAY1 closed 6 months ago

mrAJAY1 commented 7 months ago

… clarify restrictions on props.

mrAJAY1 commented 7 months ago

@sudheerj I have added the note from docs to clarify the use of 'use client' here. Since the questions are based on reactjs, I think this may cause confusion to beginners, just like it did to me. 🙂

sudheerj commented 6 months ago

@mrAJAY1 Can you update use client with a code block?

sudheerj commented 6 months ago

Thanks for PR

mrAJAY1 commented 6 months ago

@mrAJAY1 Can you update use client with a code block?

Okay!