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

πŸ› Dialog: remove check to allow open on mount #3003

Merged
merged 1 commit into from
Aug 11, 2023

Conversation

oddvernes
Copy link
Collaborator

resolves #3002

I was unable to reproduce this problem in storybook, but was able to do it in downstream app and this fix seems to have resolved it πŸ€·β€β™‚οΈ. I don't remember if I added the check (this pr removes) due to a bug or just an assumption that calling showModal multiple times is bad but it doesn't seem like removing it is causing any ill effects 🀞

@oddvernes oddvernes merged commit 9a9eccc into develop Aug 11, 2023
3 checks passed
@oddvernes oddvernes deleted the OOVE/3002-dialog-open-on-mount branch August 11, 2023 12:50
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.

<Dialog open={true}> no longer opens on mount
1 participant