我正在阅读一本关于React的书,我所做的就是使用命令create-react-app
,后面跟着应用名称来创建应用。我使用了命令yarn start
来运行我的应用。我在app.js文件中添加了这段代码:
<div
className="Example"
style={{ background: "white", color: "white" }}
onClick={() => alert('hello')}>
当我运行时,我被重定向到localhost 3000页面,整个屏幕都是白色的。控制台中只有这条消息:[HMR] Waiting for update signal from WDS...
。当我刷新以查看我对app.js文件所做的更改时,我在控制台中看到了这条消息:``The development server has disconnected. Refresh the page if necessary.```
然而,屏幕上仍然没有任何东西。我该如何解决这个问题!截图
1条答案
按热度按时间oknwwptz1#
这个问题已经被自动标记为过时,因为它没有任何最近的活动。如果没有发生任何进一步的活动,它将在5天后被关闭。