Skip to content

Conversation

@diptitiwari2917
Copy link
Collaborator

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:

@diptitiwari2917 diptitiwari2917 changed the title Antd components Feb 22, 2023
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);
Copy link
Collaborator

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:{},
Copy link
Collaborator

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:{
Copy link
Collaborator

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;
Copy link
Collaborator

Choose a reason for hiding this comment

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

Remove the commented part.

@cruxcode cruxcode closed this Apr 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants