-
Notifications
You must be signed in to change notification settings - Fork 2
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
general upgrade (dependencies, partially ant design) #595
Conversation
|
||
this.state.footer = | ||
<Footer key={"footer"} style={{ textAlign: 'center', background: '#fff' }}> | ||
<Row>{confData.footerText1} Find code at | ||
<Row justify="center">{confData.footerText1} Find code at |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
maybe modify confData to setup year to 2021 ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"bootstrap": "4.4.1", | ||
"jquery": "3.5.0", | ||
"npm-check-updates": "^4.1.0", | ||
"antd": "^4.10.0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
if antd is not always keeping backwards comatybility is it safe to use "^" ?
import Input from "antd/es/input/Input"; | ||
import Tooltip from "antd/es/tooltip/index"; | ||
import Select from "antd/es/select/index"; | ||
|
||
|
||
const FormItem = Form.Item; | ||
const FormItem = LegacyForm.Item; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe also call it LegacyFormItem ?
Fixes #593