fix: relocate custom condition#8959
fix: relocate custom condition#8959tylersayshi wants to merge 1 commit intoTanStack:mainfrom tylersayshi:move-custom-condition
Conversation
|
View your CI Pipeline Execution ↗ for commit e82d8a9.
☁️ Nx Cloud last updated this comment at |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #8959 +/- ##
===========================================
+ Coverage 44.09% 60.97% +16.87%
===========================================
Files 201 152 -49
Lines 8025 5848 -2177
Branches 1770 1579 -191
===========================================
+ Hits 3539 3566 +27
+ Misses 4058 1975 -2083
+ Partials 428 307 -121 🚀 New features to boost your workflow:
|
|
hm, maybe there's another thing wrong. Not sure why it passed before merging main and failed after 👀 |
|
I did the same steps-to-reproduce here and it still fails for me locally:
|
|
FYI, I changed the dependencies in nx to have If this is figured out, please revert this change here 🙏 |
|
and now we get errors like this: It’s a pretty messy spot we’re in right now, @tylersayshi I think we should revert the |
I agree. Sorry for the trouble it's caused so far 🫠. I assumed it would be more straightforward |
|
added the revert PR: #8973 |
When I run this it succeeds:
Is "@tanstack/query-persist-client-core" supposed to automatically compile when compiling query-core? |
|
@tylersayshi I’ve changed so, if we change
I get the error, and I can see that
That means the Also note that the |
|
okay, I merged the revert so this is obviously outdated now. Besides the struggles I still like the |

fixes the CI failures added in: #8935
thanks! @beaussan for the help: https://bsky.app/profile/beaussan.io/post/3lm3oodmras2e
apologies for my oversight on adding this originally