-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
chore: drop t.middleware()
#1708
Conversation
🦋 Changeset detectedLatest commit: 50bae24 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@KATT is attempting to deploy a commit to the t3-oss Team on Vercel. A member of the Team first needs to authorize it. |
Hey t3-oss/translators! This PR contains changes to your language. Please review the changes ❤️. AR: @a4addel, @Sboonny | ES: | FR: @Defranos, @joachimjusth, @vdeva | JA: @t6adev, @uehaj | NO: @estubmo, @josephayman | PL: @matibox, @Infiplaya, @PiotrekPKP | PT: @minsk-dev, @Sn0wye, @victoriaquasar, @MattFerreira18, @gilhrpenner | RU: @AmadeusTwi, @ronanru, @JohnBakhmat | ZH-HANS: @fernandoxu, @escwxyz |
Co-authored-by: Julius Marminge <julius0216@outlook.com>
Quick search & replace.
✅ Checklist
Changelog
.use(myFn)
in favor of.use(() => ...
-stylet.middleware
in favor of inlining, it's only ever useful if you wanna use.unstable_pipe()
which is rare for most appst.middleware()
as a recommendation in the docs trpc/trpc#5237Screenshots
[Screenshots]
💯