Embedding a React app externally in another React app via CDN

enter image description here

I need to display a component from one React app within another React app using a CDN. However, I am encountering an error related to the useState hook. The component works fine in its original app, but when imported via CDN, it fails to function properly, and the error specifically points to an issue with useState. How can I resolve this issue and successfully integrate the component?