Revert "fix(tanstack-start): Fix event handler return type mismatch"#5068
Revert "fix(tanstack-start): Fix event handler return type mismatch"#5068
Conversation
🦋 Changeset detectedLatest commit: 8b4ceeb The changes in this PR will be included in the next version bump. 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 ↗︎
|
|
@wobsoriano If we revert would that be a breaking change ? If it is are we consider it a bug and thus justifiable ? |
This should not be a breaking change and only an internal type update. I thought I fixed it locally when testing, turns out I have a cached dependency. My previous update didn’t really do anything at all so reverting it should be safe 🫡 |
…5068) Co-authored-by: Lennart <lekoarts@gmail.com>
Reverts #5051
This reversion is no longer needed (and didn't actually fix the issue) as the underlying h3 version compatibility issue
has been resolved upstream in the TanStack Router repository (TanStack/router#3310)