-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Description
Describe the bug
The text are all white when using bootstrap 5.1.1.
To Reproduce
My package.json
{
"name": "markdown-previewer",
"version": "0.1.0",
"private": true,
"dependencies": {
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^11.2.7",
"@testing-library/user-event": "^12.8.3",
"bootstrap": "^5.1.1",
"marked": "^3.0.3",
"react": "^17.0.2",
"react-bootstrap": "^1.6.3",
"react-dom": "^17.0.2",
"react-scripts": "4.0.3",
"web-vitals": "^1.1.2"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}
To fix, simply changing the "bootstrap": "^5.1.1" to bootstrap": "^4.5.0".
Desktop (please complete the following information):
MacOS Catalina 10.15.7
Google Chrome 93.0.4577.63
Metadata
Metadata
Assignees
Labels
No labels
