-
Notifications
You must be signed in to change notification settings - Fork 134
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
feat: supporting multi dataset #351
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Risk Level 3 - /home/runner/work/graphic-walker/graphic-walker/packages/graphic-walker/src/renderer/index.tsx
useEffect(() => {
// ... existing code ...
}, [isSpatial, vizStore]);
Risk Level 3 - /home/runner/work/graphic-walker/graphic-walker/packages/graphic-walker/src/computation/clientComputation.ts There is a potential issue with the case 'filter': {
res = await applyFilter(
res,
step.filters
.filter(Boolean)
);
break;
} Risk Level 3 - /home/runner/work/graphic-walker/graphic-walker/packages/graphic-walker/src/lib/insights/explainBySelection.ts The Also, the function is directly using the 🔍🔄🧩 Powered by Code Review GPT |
* chore: reduce unneed computation * fix: show table summary is not reactive * fix: field position & reactive
TODO: check all features working in multi dataset & single dataset.