mirror of
https://github.com/apache/superset.git
synced 2026-06-01 21:59:26 +00:00
chore: Upgrade to React 18 (#38563)
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com> Co-authored-by: Evan Rusackas <evan@preset.io>
This commit is contained in:
committed by
GitHub
parent
28239c18d4
commit
41a22d7918
@@ -58,7 +58,9 @@ import { ExploreAlert } from '../ExploreAlert';
|
||||
import useResizeDetectorByObserver from './useResizeDetectorByObserver';
|
||||
|
||||
const extensionsRegistry = getExtensionsRegistry();
|
||||
const DefaultHeader: React.FC = ({ children }) => <>{children}</>;
|
||||
const DefaultHeader: React.FC<{ children?: React.ReactNode }> = ({
|
||||
children,
|
||||
}) => <>{children}</>;
|
||||
|
||||
export interface ExploreChartPanelProps {
|
||||
actions: {
|
||||
|
||||
Reference in New Issue
Block a user