Skip to content
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 solid adapter in alpha version #5815

Merged
merged 2 commits into from
Nov 23, 2024

Conversation

riccardoperra
Copy link
Contributor

Reintroduce the mergeOptions property which is needed to merge props without losing reactivity when calling setOptions

Copy link

nx-cloud bot commented Nov 23, 2024

☁️ Nx Cloud Report

CI is running/has finished running commands for commit aa59425. As they complete they will appear below. Click to see the status, the terminal output, and the build insights.

📂 See all runs for this CI Pipeline Execution


🟥 Failed Commands
nx affected --targets=test:format,test:eslint,test:sherif,test:knip,test:lib,test:types,test:build,build --parallel=3
nx run-many --targets=build --exclude=examples/**

Sent with 💌 from NxCloud.

@@ -38,6 +41,7 @@ export function createTable<
createComputed(() => {
table.setOptions((prev) => {
return mergeProps(prev, tableOptions, {
_features: { ...coreFeatures, ...tableOptions._features },
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure about this, without that I think the new options will not contains the coreFeatures

@KevinVandy KevinVandy merged commit bd735ba into TanStack:alpha Nov 23, 2024
2 of 4 checks passed
@riccardoperra riccardoperra deleted the fix_solid_adapter_v9 branch November 23, 2024 22:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants