Mustafa SEYMEN
Mustafa SEYMEN
https://i.stack.imgur.com/t2iei.png If you write the outputs from the logs in the component, you will get the log as follows if you switch between different micro frontends through the link tags...
Thanks @KartheekJavvaji I tried it and it works fine. ``` import { mount } from "auth/AuthApp"; import React, { useRef, useEffect } from "react"; import ReactDOM from "react-dom"; import {...
I am also suffering from the same problem, did you find a solution?