issues
search
TheEdoRan
/
next-safe-action
Type safe and validated Server Actions in your Next.js project.
https://next-safe-action.dev
MIT License
2.29k
stars
35
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
[BUG] Cloudflare Edge Workers Exception
#291
isaacrowntree
closed
2 weeks ago
3
refactor(types): less strict callbacks return type
#289
LavransBjerkestrand
closed
2 weeks ago
4
[BUG] [Next 15] Dev/build error: Server Actions must be async functions
#288
monstajoe2002
opened
3 weeks ago
10
[BUG] Typescript "implicitly has an 'any' type"
#285
agamm
closed
3 weeks ago
6
fix(validation-errors): type inference for branded, nullable, optional and array types
#284
aleclofabbro
closed
3 weeks ago
8
[BUG] When redirecting to `onError` on the server, `onError` is not called on the client, but `onSuccess` is called on the client
#281
MrOxMasTer
closed
1 month ago
8
support primitive-object-intersection types (branded primitive types)
#277
aleclofabbro
closed
3 weeks ago
5
[BUG] wrong typecheck in execute method after using zod transform
#275
QingjiaTsang
closed
1 month ago
5
[BUG] : {imported module [project]/apps/app/src/app/http/safe-action.ts [app-client] (ecmascript)}.authActionClient.schema is not a function
#274
Heitorh3
closed
1 month ago
2
fix(packages/next-safe-action/src/validation-errors.types.ts)
#273
aleclofabbro
closed
1 month ago
4
fix: export `SafeActionClient` type to make it portable (#267)
#269
TheEdoRan
closed
2 months ago
2
fix: export `SafeActionClient` type to make it portable
#267
brunorodmoreira
closed
2 months ago
6
refactor: pass utils to validation errors shape customizer functions
#263
TheEdoRan
closed
2 months ago
2
refactor: remove additional `fetchError` prop from hook return object
#262
TheEdoRan
closed
2 months ago
2
feat: merge server error handling functions into `handleServerError`
#257
TheEdoRan
closed
2 months ago
2
[PERF] `useOptimisticAction`'s `updateFn` runs too many times
#255
ScreamZ
closed
2 months ago
2
chore(website): fix deployment
#253
TheEdoRan
closed
2 months ago
2
[BUG] Jest error "SyntaxError: Cannot use import statement outside a module"
#252
freirepaulo
closed
3 weeks ago
4
[BUG] optimisticState not updated immediately
#251
matthiasbayer
closed
2 months ago
5
feat: support output data validation
#250
TheEdoRan
closed
2 months ago
2
[BUG] File upload : Error: File is not defined
#248
NicoBocq
closed
2 months ago
2
[BUG] Enabling `throwValidationErrors` does not allow error propagation to `handleServerError`
#247
sheikhshack
closed
2 months ago
1
[BUG] Valibot schema.safeParseAsync is not a function
#242
pedro757
closed
3 weeks ago
4
chore: update logo
#241
TheEdoRan
closed
2 months ago
2
[BUG] `useAction` data can be undefined even `onSuccess`
#238
DasOhmoff
closed
2 months ago
1
refactor(types): export infer utility types
#235
TheEdoRan
closed
3 months ago
2
fix(hooks): add `isTransitioning` and `isPending` shorthand statuses to return object
#231
TheEdoRan
closed
3 months ago
2
fix(hooks): add `isTransitioning` and `isPending` shorthand statuses to return object
#230
TheEdoRan
closed
3 months ago
2
feat(middleware): support creation of standalone functions
#229
TheEdoRan
closed
3 months ago
4
feat(validation): add support for TypeBox library
#228
TheEdoRan
closed
3 months ago
2
[BUG] Transition issue
#227
ScreamZ
closed
3 months ago
6
[BUG]
#223
littlechad
closed
3 months ago
2
chore(website): export `authActionClient` in middleware example
#221
anay-208
closed
3 months ago
3
[BUG] `onExecute` callback not executing
#216
steveiliop56
closed
3 months ago
1
feat: add action `throwValidationErrors` and `throwServerError` util props
#208
TheEdoRan
closed
3 months ago
2
feat(hooks): implement `executeOnMount` functionality
#207
TheEdoRan
closed
3 months ago
2
build: bundle library
#205
TheEdoRan
closed
3 months ago
2
[BUG] Module not found when using latest version
#204
simonri
closed
3 months ago
9
[BUG] Attempted import error: 'useActionState' is not exported from 'react'
#203
holahoon
closed
3 months ago
7
feat: built-in support for multiple validation libraries
#202
TheEdoRan
closed
3 months ago
2
[BUG] build command is throwing an error
#195
muezz
closed
4 months ago
6
[BUG] Hook callbacks not firing with extended action clients
#194
giido
closed
4 months ago
2
[BUG] Sending form with javascript disabled not working
#189
palmjack
closed
4 months ago
17
refactor: pass util props to `handleReturnedServerError` and `handleServerErrorLog`
#184
TheEdoRan
closed
4 months ago
1
[BUG] TypeError in useAction when using a yup schema
#183
valentinludu
closed
3 months ago
10
[BUG] Valibot schema not working
#181
pedro757
closed
4 months ago
3
[BUG] Not compatible with Typescript >= 5.5.2
#180
Talent30
closed
3 months ago
16
v7.1.0 - `throwValidationErrors` and schema extension
#178
TheEdoRan
closed
4 months ago
2
[BUG] TypeScript issue with parsedInput in useAction Hook
#174
hadrysm
closed
4 months ago
8
chore(website): Fix 404 link
#172
raulmartinez1855
closed
5 months ago
3
Next