mirror of
https://github.com/apache/superset.git
synced 2026-07-09 00:05:36 +00:00
- Removed SupersetControlRenderers.tsx which imported non-existent jsonforms packages - Removed migrate-control-panels.js migration script that's no longer needed - These files were causing TypeScript errors due to missing @jsonforms dependencies The ModernControlPanelRenderer is still needed as it bridges our new React-based control panels with the legacy ControlPanelsContainer system. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>