You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: resolve critical memory leak and renderer undefined errors
- Fix memory leak in VPivottableUi by implementing proper PivotData memoization
- Replace inefficient watchEffect with controlled recreation based on structure changes
- Add deep cleanup to break circular references between PivotData and aggregators
- Fix renderer undefined error (Issue #269) by adding default TableRenderer
- Add null safety check for renderer access
- Optimize PivotData creation to only occur when essential properties change
Fixes#269, #270
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments