mirror of
https://github.com/apache/superset.git
synced 2026-09-05 23:12:01 +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:
co-authored by
Claude Opus 4.6
Evan Rusackas
parent
28239c18d4
commit
41a22d7918
@@ -37,6 +37,8 @@ export type ControlHeaderProps = {
|
||||
tooltipOnClick?: () => void;
|
||||
warning?: string;
|
||||
danger?: string;
|
||||
// Allow extra props from control spread patterns (e.g. {...this.props})
|
||||
[key: string]: unknown;
|
||||
};
|
||||
|
||||
const iconStyles = css`
|
||||
|
||||
Reference in New Issue
Block a user