My React code is rendering [object object] rather than the JSX in UI,
My Code -
showSidebar = () => { this.setState({ showSidebar: true }); cons