Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • C create-react-app
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 1,547
    • Issues 1,547
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 417
    • Merge requests 417
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Meta
  • create-react-app
  • Issues
  • #11652
Closed
Open
Issue created Nov 14, 2021 by Administrator@rootContributor

why do i get this message in the console when i refresh ``The development server has disconnected. Refresh the page if necessary``

Created by: Johnnycapreano

i was reading from a book on react all i did is use the command create-react-app to followed by the app name to create the app i used the command yarn start to run my app i added this code to my app.js file `` <div className="Example" style={{ background: "white", color: "white" }} onClick={() => alert('hello')}>

`` when i run i get redirected to page on localhost 3000 i have white screen all in my console is this message`` [HMR] Waiting for update signal from WDS... `` when i refresh to see the changes i made to app.js file i get this message in the console``` The development server has disconnected. Refresh the page if necessary.``` and still nothing on the screen how do i fix that Screenshot (51)
Assignee
Assign to
Time tracking