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

fix universal breaking from merging mobile into dev #344

Merged
merged 10 commits into from
Nov 21, 2023
Merged

Conversation

tanlethanh
Copy link
Member

No description provided.

@tanlethanh tanlethanh self-assigned this Nov 20, 2023
@@ -123,6 +125,7 @@ export const ModalContainer: FC<Props> = ({ item }) => {
};

const closeModal = () => {
console.log('close', item.id);
Copy link
Member

Choose a reason for hiding this comment

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

remove this console.log

modalState.map.set(safeId, {
id: safeId,
bindingRectangle: layout,
bindingRef: bindingRef && (ref(bindingRef) as never as RefObject<View>),
// bindingRef: bindingRef && (ref(bindingRef) as never as RefObject<View>),
Copy link
Member

Choose a reason for hiding this comment

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

remove this if no-longer needed

...restConfigs,
});
});
},
hide: (id: string): void => {
console.log('calling hide', id);
Copy link
Member

Choose a reason for hiding this comment

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

remove this console.log

@fluctlight-kayaba fluctlight-kayaba merged commit 5e4552a into dev Nov 21, 2023
1 check 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.

2 participants