Versions
- vite-plugin-federation: 1.3.6
- vite: 7.1.2
Reproduction
Additional Details
Steps to reproduce
What is Expected?
What is actually happening?
I had a remote app with redux state configured when i try to expose any of the component to host app i am getting this useRef error. I am using React 18. If i were to add some simple
tag to a component and expose then it works