We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
2.2.0-beta.3
vue3.1.1 vite 2.3.7
https://github.com/vueComponent/ant-design-vue/blob/next/components/grid/Col.tsx#L11 Inconsistent compilation
md?: string | number | { span: string | number; order: string | number; offset: string | number; push: string | number; pull: string | number; }; sm?: string | number | { span: string | number; order: string | number; offset: string | number; push: string | number; pull: string | number; }; xs?: string | number | { span: string | number; order: string | number; offset: string | number; push: string | number; pull: string | number; };
fix
xs?: string | number | { span?: string | number; order?: string | number; offset?: string | number; push?: string | number; pull?: string | number; };
The text was updated successfully, but these errors were encountered:
Welcome pr
Sorry, something went wrong.
https://github.com/vueComponent/ant-design-vue/blob/next/components/grid/Col.tsx#L32 network problems cannot be pr fix
export const colSize = PropTypes.shape<ColSize>({
test passed
fix: col type error #4226
a1a8b79
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
No branches or pull requests
Version
2.2.0-beta.3
Environment
vue3.1.1 vite 2.3.7
Reproduction link
Steps to reproduce
What is expected?
https://github.com/vueComponent/ant-design-vue/blob/next/components/grid/Col.tsx#L11
Inconsistent compilation
What is actually happening?
fix
The text was updated successfully, but these errors were encountered: