We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3b49e1 commit a897b4eCopy full SHA for a897b4e
packages/perseus/src/reactor/start.rs
@@ -381,6 +381,8 @@ impl Reactor<BrowserNodeType> {
381
let popup_error_disposer_2 = popup_error_disposer.clone();
382
383
if self.is_first.get() {
384
+ // HSR will take care of this if it's enabled
385
+ #[cfg(not(all(debug_assertions, feature = "hsr")))]
386
self.is_first.set(false);
387
} else {
388
spawn_local_scoped(cx, async move {
0 commit comments