답변 3
0
0
0
element.style {
}
user agent stylesheet
body {
display: block;
margin: 8px;
}
Some messages have been moved to the Issues panel.
View issues
index.html:95 Live reload enabled.
babel.min.js:1 You are using the in-browser Babel transformer. Be sure to precompile your scripts for production - https://babeljs.io/docs/setup/
react-dom.development.js:82 Warning: Cannot update during an existing state transition (such as within `render`). Render methods should be a pure function of props and state.
in LikeButton
in div
react-dom.development.js:19662 The above error occurred in the <LikeButton> component:
in LikeButton
in div
Consider adding an error boundary to your tree to customize error handling behavior.
Visit https://fb.me/react-error-boundaries to learn more about error boundaries.
react-dom.development.js:11237 Uncaught Error: Maximum update depth exceeded. This can happen when a component repeatedly calls setState inside componentWillUpdate or componentDidUpdate. React limits the number of nested updates to prevent infinite loops.
at checkForNestedUpdates (react-dom.development.js:23228)
at scheduleUpdateOnFiber (react-dom.development.js:21299)
at Object.enqueueSetState (react-dom.development.js:12774)
at LikeButton.Component.setState (react.development.js:557)
at LikeButton.render (<anonymous>:49:23)
at finishClassComponent (react-dom.development.js:17295)
at updateClassComponent (react-dom.development.js:17245)
at beginWork (react-dom.development.js:18755)
at beginWork$1 (react-dom.development.js:23314)
at performUnitOfWork (react-dom.development.js:22289)