© 2026 LinearBytes Inc.
Search posts, tags, users, and pages
Vishwa Bhat
Technology Enthusiast
Try replacing {title} with some dummy value in <h3 className="text-themecolor">{title}</h3> and check in React Dev Tools for the props value in BreadCrumb component. You must be seeing title being either array or JS object
{title}
<h3 className="text-themecolor">{title}</h3>