-
Notifications
You must be signed in to change notification settings - Fork 180
Antd components Button and Input #695
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
Conversation
31b5637 to
9158efa
Compare
| useEffect(() => { | ||
| const ref = componentStoreApi.getComponentRef(props.id); | ||
| ref.current?.setAttribute("data-atri-comp-id", props.id); | ||
| ref?.current?.setAttribute("data-atri-comp-id", props.id); |
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.
I am expecting ref not to be null here. I guess we don't need this change.
| Search:{}, | ||
| Select:{}, | ||
| Typography:{}, | ||
| Title:{}, |
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.
We don't need packages/component-tree-to-app package anymore. Hence, no need to update it.
| modulePath: "./src/manifests/Select/Select.tsx", | ||
| exportedVarName: "Select", | ||
| }, | ||
| Typography:{ |
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.
We don't need to update the manifest.config.js file anymore. I will actually remove this exported object from manifest.config.js file.
| styles: React.CSSProperties; | ||
| custom: { | ||
| alertType: string; | ||
| alertType: AlertType; // | string; |
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.
Remove the commented part.
Reference
Add reference to a related issue that this pull request is addressing. For example, fixes #
Describe the pull request
Please describe the changes proposed in this pull request.
Contributors (in case of a commit with multiple authors)
Co-authors: