Hi all, In my project, we are using AEM 6.4 with react. From aem we are exposing data to react as data props like below<div data-component='changeAssessmentDetails' data-props='{"changeAssessmentTitle":"Change your assessment","cancelButtonbgColor":"#e3e000"}'></div> In react, they are creating comp...