I’m developing a Chrome extension that needs to communicate with a React application. I have set up the onMessageExternal event listener in my extension’s background script to handle messages from external sources. However, I’m unable to trigger this event listener from my React app.