Does Fast Refresh not work with portals?

I’ve been studying portals and capacitpr. I ran a test running a React Native app with portals and a web app with next.js, but I noticed that Fast Refresh doesn’t work, and I couldn’t find any documentation on this.

From what I understand, every time I make updates to my next.js web app, I need to export and generate a new build, is that correct? Can’t I have instant feedback for each update of my portal in development?

Thank you.

1 Like