-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
Modal component stop working when closed #6778
Comments
Can you post some code or post a link to a reproducible example on github? |
"use client"; function Example() { const handleClose = () => setShow(false); return (
); export default Example; |
Sorry inadvertently broke this upstream. Will cut a new release today |
Fixed in v2.10.2 |
We just bumped into this as well. Thank you for getting a fix together so quickly! |
thank you so much now working fine ! |
Prerequisites
Describe the bug
Hello everyone, last night i started i new project using nextjs 14.1.19 and what happened is when i load the main page, i have a button to open a modal , the modal opening fine but when i.m closing it, it seems like it just get an opacity:0 rule but it wont let me click anymore on my page, the page won't scroll too it seemes like the modal is stucked but invisible.
than i try te replace the entire page only with your Modal component and stil not working. I've trieed on others website i made with previous version of nextjs and is working fine. i apologize for my bad english and i'm here in case you need more descripotion.
many thanks to all
J.
Expected behavior
No response
To Reproduce
No response
Reproducible Example
dont have a link
Screenshots
No response
What operating system(s) are you seeing the problem on?
No response
What browser(s) are you seeing the problem on?
No response
What version of React-Bootstrap are you using?
2.10.1
What version of Bootstrap are you using?
5.3.3.
Additional context
No response
The text was updated successfully, but these errors were encountered: