Łukasz Bąk
Łukasz Bąk
@illiteratewriter I understand the previous idea, but I do not fully agree with it. 1. If someone adds a default overflow to the body element, inline, makes a **big mistake**....
@illiteratewriter You are right, but also check lines [111](https://github.com/twbs/bootstrap/blob/ed448925daa4fb20344f94e35c37dded9e0af8af/js/src/modal.js#L111) and [250](https://github.com/twbs/bootstrap/blob/ed448925daa4fb20344f94e35c37dded9e0af8af/js/src/modal.js#L250)
You should update React to version 18 or use resolutions/overrides in your `package.json`: ``` "resolutions": { "@types/react": "YOUR CUSTOM VERSION" }, ```
@RonaldKevinBurton I think the version you are using is correct. I can only confirm that the latest version (currently `17.0.44`) is working fine. #### Required actions: 1. `yarn install` ####...