Skip to content
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

The style prop of Col in the Grid does not take effect #4948

Merged
merged 3 commits into from
Sep 24, 2024

Conversation

sqq1992
Copy link
Collaborator

@sqq1992 sqq1992 commented Sep 23, 2024

import { CommonProps } from '../util';
import type React from 'react';
// eslint-disable-next-line no-duplicate-imports
import type { FunctionComponent, ComponentClass } from 'react';
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

这里的写法,应该是指引 type React,然后下面用 React.FunctionComponent

@eternalsky eternalsky linked an issue Sep 24, 2024 that may be closed by this pull request
@eternalsky eternalsky merged commit 8331c2a into alibaba-fusion:next Sep 24, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Grid]Grid 中 Col style 属性不生效
2 participants