I am experiencing an issue with the wooconvo Marketplace Addon when integrating it with Dokan. Specifically, the problem occurs in the Vendor Dashboard:
1. When I click the arrow to view individual messages from the message list, the chat screen briefly appears but then turns completely blank.
2. Checking the browser console reveals the following error:
TypeError: Cannot read properties of undefined (reading 'unread_vendor')
at FrontendView.jsx:54:63
at Array.reduce (<anonymous>)
at $T (FrontendView.jsx:54:26)
at ka (react-dom.production.min.js:167:137)
at _s (react-dom.production.min.js:197:258)
at Cl (react-dom.production.min.js:292:88)
at yc (react-dom.production.min.js:280:389)
at vc (react-dom.production.min.js:280:320)
at gc (react-dom.production.min.js:280:180)
at ic (react-dom.production.min.js:271:88)
Could you please help me identify the cause of this error and provide guidance on how to resolve it?