Skip to content

Commit 63940c5

Browse files
committed
add changeset
1 parent 2af1d86 commit 63940c5

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

.changeset/modern-bulldogs-fry.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
"@solidjs/router": patch
3+
---
4+
5+
Use `name` in `action` and `createAsync`
6+
7+
`action()` and `createAsync()` were not respecting user defined name.
8+
Moreover, action was not applying the hashed name and only naming the action "mutate", I believe my changes brought it closer to original intentions, but I can revert them otherwise.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,5 +58,6 @@
5858
},
5959
"peerDependencies": {
6060
"solid-js": "^1.8.6"
61-
}
61+
},
62+
"packageManager": "pnpm@10.19.0+sha512.c9fc7236e92adf5c8af42fd5bf1612df99c2ceb62f27047032f4720b33f8eacdde311865e91c411f2774f618d82f320808ecb51718bfa82c060c4ba7c76a32b8"
6263
}

0 commit comments

Comments
 (0)