create-react-app
create-react-app copied to clipboard
Set up a modern web app by running one command.
### Is your proposal related to a problem? (Write your answer here.) ### Describe the solution you'd like (Describe your proposed solution here.) ### Describe alternatives you've considered (Write your...
### Describe the bug (Write your answer here.) ### Did you try recovering your dependencies? (Write your answer here.) ### Which terms did you search for in User Guide? (Write...
## Description This PR adds a new feature to help developers catch common mistakes with environment variables during development. The feature automatically scans source code for `process.env.REACT_APP_*` references and validates...
### Describe the bug When running a test that renders a component importing an SVG as a ReactComponent (e.g. import { ReactComponent as Logo } from './logo.svg';), the test fails...
BotWeve
### Is your proposal related to a problem? No ### Describe the solution you'd like Due to the deprecation, I wonder if there are any volunteers (like myself) willing to...
The submit button on the login form appears cut off on mobile devices with screen widths below 375px. The button text overflows outside the button boundaries. **Steps to reproduce:** 1....