Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / TheEdoRan/next-safe-action issues and pull requests

#277 - support primitive-object-intersection types (branded primitive types)

Pull Request - State: open - Opened by aleclofabbro 6 days ago - 3 comments

#275 - [BUG] wrong typecheck in execute method after using zod transform

Issue - State: closed - Opened by QingjiaTsang 7 days ago - 5 comments
Labels: bug

#273 - fix(packages/next-safe-action/src/validation-errors.types.ts)

Pull Request - State: closed - Opened by aleclofabbro 10 days ago - 4 comments

#269 - fix: export `SafeActionClient` type to make it portable (#267)

Pull Request - State: closed - Opened by TheEdoRan 19 days ago - 2 comments
Labels: released

#267 - fix: export `SafeActionClient` type to make it portable

Pull Request - State: closed - Opened by brunorodmoreira 21 days ago - 6 comments
Labels: released on @beta

#263 - refactor: pass utils to validation errors shape customizer functions

Pull Request - State: closed - Opened by TheEdoRan 24 days ago - 2 comments
Labels: released

#262 - refactor: remove additional `fetchError` prop from hook return object

Pull Request - State: closed - Opened by TheEdoRan 25 days ago - 2 comments
Labels: released

#257 - feat: merge server error handling functions into `handleServerError`

Pull Request - State: closed - Opened by TheEdoRan 29 days ago - 2 comments
Labels: released

#255 - [PERF] `useOptimisticAction`'s `updateFn` runs too many times

Issue - State: closed - Opened by ScreamZ 30 days ago - 2 comments
Labels: performance

#253 - chore(website): fix deployment

Pull Request - State: closed - Opened by TheEdoRan about 1 month ago - 2 comments
Labels: released

#252 - [BUG] Jest error "SyntaxError: Cannot use import statement outside a module"

Issue - State: open - Opened by freirepaulo about 1 month ago - 4 comments
Labels: bug

#251 - [BUG] optimisticState not updated immediately

Issue - State: closed - Opened by matthiasbayer about 1 month ago - 5 comments
Labels: bug

#250 - feat: support output data validation

Pull Request - State: closed - Opened by TheEdoRan about 1 month ago - 2 comments
Labels: released

#248 - [BUG] File upload : Error: File is not defined

Issue - State: closed - Opened by NicoBocq about 1 month ago - 2 comments
Labels: bug

#247 - [BUG] Enabling `throwValidationErrors` does not allow error propagation to `handleServerError`

Issue - State: closed - Opened by sheikhshack about 1 month ago - 1 comment
Labels: bug

#242 - [BUG] Valibot schema.safeParseAsync is not a function

Issue - State: open - Opened by pedro757 about 1 month ago - 4 comments
Labels: bug

#241 - chore: update logo

Pull Request - State: closed - Opened by TheEdoRan about 1 month ago - 2 comments
Labels: released

#238 - [BUG] `useAction` data can be undefined even `onSuccess`

Issue - State: closed - Opened by DasOhmoff about 2 months ago - 1 comment
Labels: bug

#235 - refactor(types): export infer utility types

Pull Request - State: closed - Opened by TheEdoRan about 2 months ago - 2 comments
Labels: released

#231 - fix(hooks): add `isTransitioning` and `isPending` shorthand statuses to return object

Pull Request - State: closed - Opened by TheEdoRan about 2 months ago - 2 comments
Labels: released

#230 - fix(hooks): add `isTransitioning` and `isPending` shorthand statuses to return object

Pull Request - State: closed - Opened by TheEdoRan about 2 months ago - 2 comments
Labels: released on @beta

#229 - feat(middleware): support creation of standalone functions

Pull Request - State: closed - Opened by TheEdoRan about 2 months ago - 4 comments
Labels: released

#228 - feat(validation): add support for TypeBox library

Pull Request - State: closed - Opened by TheEdoRan about 2 months ago - 2 comments
Labels: released

#227 - [BUG] Transition issue

Issue - State: closed - Opened by ScreamZ about 2 months ago - 6 comments
Labels: bug

#223 - [BUG]

Issue - State: closed - Opened by littlechad about 2 months ago - 2 comments
Labels: bug

#221 - chore(website): export `authActionClient` in middleware example

Pull Request - State: closed - Opened by anay-208 2 months ago - 3 comments
Labels: released

#216 - [BUG] `onExecute` callback not executing

Issue - State: closed - Opened by steveiliop56 2 months ago - 1 comment
Labels: bug

#208 - feat: add action `throwValidationErrors` and `throwServerError` util props

Pull Request - State: closed - Opened by TheEdoRan 2 months ago - 2 comments
Labels: released

#207 - feat(hooks): implement `executeOnMount` functionality

Pull Request - State: closed - Opened by TheEdoRan 2 months ago - 2 comments
Labels: released

#205 - build: bundle library

Pull Request - State: closed - Opened by TheEdoRan 2 months ago - 2 comments
Labels: released

#204 - [BUG] Module not found when using latest version

Issue - State: closed - Opened by simonri 2 months ago - 9 comments
Labels: bug, released

#203 - [BUG] Attempted import error: 'useActionState' is not exported from 'react'

Issue - State: closed - Opened by holahoon 2 months ago - 7 comments
Labels: bug

#202 - feat: built-in support for multiple validation libraries

Pull Request - State: closed - Opened by TheEdoRan 3 months ago - 2 comments
Labels: released

#195 - [BUG] build command is throwing an error

Issue - State: closed - Opened by muezz 3 months ago - 6 comments
Labels: bug

#194 - [BUG] Hook callbacks not firing with extended action clients

Issue - State: closed - Opened by giido 3 months ago - 2 comments
Labels: bug

#189 - [BUG] Sending form with javascript disabled not working

Issue - State: closed - Opened by palmjack 3 months ago - 17 comments
Labels: bug

#183 - [BUG] TypeError in useAction when using a yup schema

Issue - State: closed - Opened by valentinludu 3 months ago - 10 comments
Labels: bug

#181 - [BUG] Valibot schema not working

Issue - State: closed - Opened by pedro757 3 months ago - 3 comments
Labels: bug

#180 - [BUG] Not compatible with Typescript >= 5.5.2

Issue - State: closed - Opened by Talent30 3 months ago - 16 comments
Labels: bug

#178 - v7.1.0 - `throwValidationErrors` and schema extension

Pull Request - State: closed - Opened by TheEdoRan 3 months ago - 2 comments
Labels: released

#174 - [BUG] TypeScript issue with parsedInput in useAction Hook

Issue - State: closed - Opened by hadrysm 4 months ago - 8 comments
Labels: bug

#172 - chore(website): Fix 404 link

Pull Request - State: closed - Opened by raulmartinez1855 4 months ago - 3 comments
Labels: released, released on @beta

#170 - [BUG] `parsedInput` not being automatically typed

Issue - State: closed - Opened by holahoon 4 months ago - 9 comments
Labels: bug

#167 - refactor: add `ctx` and `metadata` props to action callbacks

Pull Request - State: closed - Opened by TheEdoRan 4 months ago - 2 comments
Labels: released

#166 - fix(hooks): export `useStateAction` hook from `/stateful-hooks` path

Pull Request - State: closed - Opened by TheEdoRan 4 months ago - 2 comments
Labels: released

#163 - Version 7

Pull Request - State: closed - Opened by TheEdoRan 4 months ago - 2 comments
Labels: released

#162 - [FEATURE] [v7] Support action execution callbacks

Issue - State: closed - Opened by TheEdoRan 4 months ago - 1 comment
Labels: enhancement

#161 - feat: add action execution callbacks

Pull Request - State: closed - Opened by TheEdoRan 4 months ago - 3 comments
Labels: released, released on @next

#157 - refactor: switch to MIT License

Pull Request - State: closed - Opened by TheEdoRan 4 months ago - 3 comments
Labels: released, released on @next

#156 - test: add library tests

Pull Request - State: closed - Opened by TheEdoRan 4 months ago - 3 comments
Labels: released, released on @next

#155 - [FEATURE] [v7] Support passing schema via async function

Issue - State: closed - Opened by TheEdoRan 4 months ago - 1 comment
Labels: enhancement

#154 - feat: support passing schema via async function

Pull Request - State: closed - Opened by TheEdoRan 4 months ago - 3 comments
Labels: released, released on @next

#153 - [FEATURE] [v7] Support setting default validation errors shape per instance

Issue - State: closed - Opened by TheEdoRan 4 months ago - 1 comment
Labels: enhancement

#152 - feat: support setting default validation errors shape per instance

Pull Request - State: closed - Opened by TheEdoRan 4 months ago - 3 comments
Labels: released, released on @next

#150 - refactor: improve internal code

Pull Request - State: closed - Opened by TheEdoRan 4 months ago - 3 comments
Labels: released, released on @next

#147 - feat(hooks): return `executeAsync` from `useAction` and `useOptimisticAction` hooks

Pull Request - State: closed - Opened by TheEdoRan 4 months ago - 3 comments
Labels: released, released on @next

#146 - [FEATURE] [v7] Return `executeAsync` from `useAction` and `useOptimisticAction` hooks

Issue - State: closed - Opened by TheEdoRan 4 months ago - 1 comment
Labels: enhancement

#144 - refactor: use Zod as the default validation library

Pull Request - State: closed - Opened by TheEdoRan 4 months ago - 3 comments
Labels: released, released on @next

#134 - refactor(hooks): use separate type for server state in `useOptimisticAction`

Pull Request - State: closed - Opened by TheEdoRan 5 months ago - 3 comments
Labels: released, released on @next

#133 - [FEATURE] [v7] Return shorthand statuses from hooks

Issue - State: closed - Opened by TheEdoRan 5 months ago - 1 comment
Labels: enhancement

#131 - refactor(hooks): return shorthand statuses from hooks

Pull Request - State: closed - Opened by TheEdoRan 5 months ago - 3 comments
Labels: released, released on @next

#130 - [BUG] Using params directly does break action

Issue - State: open - Opened by enisze 5 months ago - 2 comments
Labels: bug

#126 - [BUG] Issue When Using useAction to Create Form with File Schema

Issue - State: closed - Opened by KhoeLe 5 months ago - 6 comments
Labels: bug

#124 - [BUG] not able to get an instance of actionClient

Issue - State: closed - Opened by B33fb0n3 5 months ago - 5 comments
Labels: bug

#123 - Action Error : Output is too short

Issue - State: closed - Opened by Inalegwu 5 months ago - 2 comments
Labels: bug

#119 - [BUG] Incompatible schema type with Zod

Issue - State: closed - Opened by tuankietcoderr 5 months ago - 3 comments
Labels: bug

#118 - feat(hooks): return `input` from hooks

Pull Request - State: closed - Opened by TheEdoRan 5 months ago - 3 comments
Labels: released, released on @next

#117 - [FEATURE] [v7] Return `input` from hooks

Issue - State: closed - Opened by TheEdoRan 5 months ago
Labels: enhancement

#115 - feat(action-client): export a copy of safe action client from `/zod` path

Pull Request - State: closed - Opened by TheEdoRan 5 months ago - 3 comments
Labels: released, released on @next

#114 - [BUG] Action error: Failed to resolve module specifier '@typeschema/zod'

Issue - State: closed - Opened by TaylorFacen 5 months ago - 1 comment
Labels: bug

#113 - [IMPORTANT] [v7] Next.js >= 15 is required to use `useStateAction` hook

Issue - State: closed - Opened by TheEdoRan 5 months ago - 1 comment

#112 - [BUG] Errors with example from docs

Issue - State: closed - Opened by nikitavoloboev 5 months ago - 1 comment
Labels: bug

#110 - feat: support stateful actions via `stateAction` method and `useStateAction` hook

Pull Request - State: closed - Opened by TheEdoRan 5 months ago - 4 comments
Labels: released, released on @next

#109 - Update using-a-middleware.md - fix code snippet (authAction)

Pull Request - State: closed - Opened by tianhuil 5 months ago - 3 comments
Labels: released, released on @next

#107 - [FEATURE] [v7] Allow calling `action` method without `schema`

Issue - State: closed - Opened by TheEdoRan 5 months ago
Labels: enhancement

#105 - [BUG] Schema parsing breaks in edge runtime

Issue - State: closed - Opened by Xexr 5 months ago - 13 comments
Labels: bug

#104 - refactor: restructure monorepo

Pull Request - State: closed - Opened by TheEdoRan 5 months ago - 3 comments
Labels: released, released on @next

#102 - feat: allow omitting schema argument in `schema` method

Pull Request - State: closed - Opened by TheEdoRan 6 months ago - 3 comments
Labels: released, released on @next

#101 - feat(validation-errors): support customization of validation errors format

Pull Request - State: closed - Opened by TheEdoRan 6 months ago - 3 comments
Labels: released, released on @next

#100 - feat(validation-errors): support flattening via `flattenValidationErrors` function

Pull Request - State: closed - Opened by TheEdoRan 6 months ago - 3 comments
Labels: released, released on @next

#99 - [ASK] can I not destructure the validated object?

Issue - State: closed - Opened by jameslporter 6 months ago - 4 comments
Labels: question

#98 - [FEATURE] [v7] Support custom validation errors shape

Issue - State: closed - Opened by herkulano 6 months ago - 9 comments
Labels: enhancement

#97 - feat: support binding additional arguments

Pull Request - State: closed - Opened by TheEdoRan 6 months ago - 3 comments
Labels: released, released on @next

#96 - fix: exported class expression ts error 4094

Pull Request - State: closed - Opened by TheEdoRan 6 months ago - 3 comments
Labels: released, released on @next

#94 - [FEATURE] executeAsync

Issue - State: closed - Opened by enisze 6 months ago - 5 comments
Labels: enhancement

#93 - feat: support generic server error

Pull Request - State: closed - Opened by TheEdoRan 6 months ago - 3 comments
Labels: released, released on @next

#92 - Update getting-started.md

Pull Request - State: closed - Opened by kassiogluten 6 months ago - 4 comments
Labels: released, released on @next

#91 - [FEATURE] [v7] Support stateful actions using React `useActionState` hook

Issue - State: closed - Opened by TheEdoRan 6 months ago - 1 comment
Labels: enhancement

#90 - [FEATURE] [v7] Support middleware chaining

Issue - State: closed - Opened by TheEdoRan 6 months ago - 1 comment
Labels: enhancement

#89 - feat: support middleware chaining

Pull Request - State: closed - Opened by TheEdoRan 6 months ago - 5 comments
Labels: released, released on @next

#86 - [FEATURE] [v7] Generic type for `serverError`

Issue - State: closed - Opened by Yanick64 7 months ago - 1 comment
Labels: enhancement

#85 - [BUG] Cache is skipped when using next-safe-action

Issue - State: closed - Opened by maatouk-j1 7 months ago - 1 comment
Labels: bug

#84 - feat: add ability to wrap execution of server actions

Pull Request - State: closed - Opened by ludwigbacklund 7 months ago - 2 comments