Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
JSCS 无法解析我的 ReactJS 组件。它在页面的第一行出错,出现错误“预计节点列表结束,但找到”CommentBlock”:
错误的原因是因为我在我的 reactJs 组件中注释掉了一行 JSX。
<Nav pullRight> {/*/<li><Link to='/auth/login' activeClassName='route--active'>login</Link></li>*/} </Nav>
删除内联注释解决了这个问题。