-
-
Notifications
You must be signed in to change notification settings - Fork 714
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feat server fn plugin #2993
Open
tannerlinsley
wants to merge
34
commits into
main
Choose a base branch
from
feat-server-fn-plugin
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Feat server fn plugin #2993
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
View your CI Pipeline Execution ↗ for commit 497a83f.
☁️ Nx Cloud last updated this comment at |
tannerlinsley
force-pushed
the
feat-server-fn-plugin
branch
from
December 19, 2024 00:01
42d105a
to
b1335a3
Compare
* create start cli * update lockfile * ci: apply automated fixes --------- Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
…tion` component (#3053) Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com> Co-authored-by: Sean Cassiere <[email protected]>
Co-authored-by: SeanCassiere <[email protected]>
* fix: allow serverFn errors to also have context * fix: allow errors, undefined from server functions * remove logs * fix: transformer and tests * ci: apply automated fixes * no logs * fix conficts --------- Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
# Conflicts: # e2e/create-start/package.json # e2e/start/basic/tests/base.spec.ts # examples/react/authenticated-routes/package.json # examples/react/basic-default-search-params/package.json # examples/react/basic-file-based-codesplitting/package.json # examples/react/basic-file-based/package.json # examples/react/basic-react-query-file-based/package.json # examples/react/basic-react-query/package.json # examples/react/basic-ssr-file-based/package.json # examples/react/basic-ssr-streaming-file-based/package.json # examples/react/basic-virtual-file-based/package.json # examples/react/basic-virtual-inside-file-based/package.json # examples/react/basic/package.json # examples/react/deferred-data/package.json # examples/react/kitchen-sink-file-based/package.json # examples/react/kitchen-sink-react-query-file-based/package.json # examples/react/kitchen-sink-react-query/package.json # examples/react/kitchen-sink/package.json # examples/react/large-file-based/package.json # examples/react/location-masking/package.json # examples/react/navigation-blocking/package.json # examples/react/quickstart-esbuild-file-based/package.json # examples/react/quickstart-file-based/package.json # examples/react/quickstart-rspack-file-based/package.json # examples/react/quickstart-webpack-file-based/package.json # examples/react/quickstart/package.json # examples/react/router-monorepo-react-query/package.json # examples/react/router-monorepo-react-query/packages/app/package.json # examples/react/router-monorepo-react-query/packages/router/package.json # examples/react/router-monorepo-simple/package.json # examples/react/router-monorepo-simple/packages/app/package.json # examples/react/router-monorepo-simple/packages/router/package.json # examples/react/scroll-restoration/package.json # examples/react/search-validator-adapters/package.json # examples/react/start-basic-auth/package.json # examples/react/start-basic-react-query/package.json # examples/react/start-basic-rsc/package.json # examples/react/start-basic/package.json # examples/react/start-clerk-basic/package.json # examples/react/start-convex-trellaux/package.json # examples/react/start-counter/package.json # examples/react/start-large/package.json # examples/react/start-supabase-basic/package.json # examples/react/start-trellaux/package.json # examples/react/with-framer-motion/package.json # examples/react/with-trpc-react-query/package.json # examples/react/with-trpc/package.json # packages/arktype-adapter/package.json # packages/create-router/package.json # packages/create-start/package.json # packages/create-start/src/modules/core/index.ts # packages/react-router-with-query/package.json # packages/react-router/package.json # packages/router-devtools/package.json # packages/start/package.json # packages/valibot-adapter/package.json # packages/zod-adapter/package.json # pnpm-lock.yaml
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.