Skip to content

Commit

Permalink
fix: Remove reload event on route update
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanLisz committed Jan 19, 2024
1 parent d3e490d commit 49f4416
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/vinxi/lib/fs-router.js
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,6 @@ export class BaseFileSystemRouter extends EventTarget {
const route = await this.toRoute(src);
if (route) {
this._addRoute(route);
this.reload(route);
}
// this.update?.();
}
Expand Down

0 comments on commit 49f4416

Please sign in to comment.