Skip to content

Commit

Permalink
better fix for #1552 error propagation with nojs
Browse files Browse the repository at this point in the history
  • Loading branch information
ryansolid committed Jun 18, 2024
1 parent d82af5b commit bfdd099
Show file tree
Hide file tree
Showing 4 changed files with 272 additions and 259 deletions.
5 changes: 5 additions & 0 deletions .changeset/friendly-donkeys-pretend.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@solidjs/start": patch
---

better fix for #1552 error propagation with nojs
4 changes: 2 additions & 2 deletions examples/with-auth/src/routes/login.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import {
useSubmission,
type RouteSectionProps
useSubmission,
type RouteSectionProps
} from "@solidjs/router";
import { Show } from "solid-js";
import { loginOrRegister } from "~/lib";
Expand Down
Loading

0 comments on commit bfdd099

Please sign in to comment.