ATYes i have consoled it and it showing me as string as i have passed : Like this :-> title DashboardReply·Thread·Apr 4, 2019·Uncaught Invariant Violation: Objects are not valid as a React child (found: object with keys {}).
ATUsing Props you can communicate between two component. When calling a component with in a component you can pass some props like: <Welcome name="David" />, And with in the Welcome component you will be able to access it via props.nameComment·Thread·Apr 4, 2019·How to communicate between two components in reactjs?