-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Open
Labels
Description
Prerequisites
- I am using the correct version of React-Bootstrap for my version of Bootstrap
- I have searched for duplicate or closed issues
- I have read the contributing guidelines
Describe the bug
My question is, if i have a Modal component where show is false, is still re-rendered when the parent component cause a rerender, if yes why do not upgrade it to return null when show is false
Expected behavior
My question is, if i have a Modal component where show is false, is still re-rendered when the parent component cause a rerender, if yes why do not upgrade it to return null when show is false
To Reproduce
...
Reproducible Example
Screenshots
...
What operating system(s) are you seeing the problem on?
Windows
What browser(s) are you seeing the problem on?
Chrome
What version of React-Bootstrap are you using?
2.10.7
What version of Bootstrap are you using?
5.3.3
Additional context
..