i am running the example for react_hmr. when i run both runhost and app2, and update app2 Hello.tsx, i do not see the changes rendering on host. but i can see hmr is loading the module but looks like react refresh is not picking the changes.
i am troubleshooting similar issue in our app using rspack, where its not refreshing the changes from remote. using rspack based re.pack for same code in mobile works fine, and refreshing changes properly
@ScriptedAlchemy any thoughts on this?