-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
fix: relocate custom condition #8959
base: main
Are you sure you want to change the base?
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 |
ae0fd89
to
4a64062
Compare
4a64062
to
e82d8a9
Compare
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 |
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