Open lavebug opened 7 years ago
I can confirm the problem. Only styling though.
Stumbled over this as well. Alternatively declaring it as a concious style choice with /* eslint-disable react/jsx-wrap-multilines */
, either at the top of the file or before the offending line, works too
I fixed this by adding the following to my .eslintrc.json:
"rules": { "react/jsx-wrap-multilines": false, ... }
Type of issue: feature suggestion
Chapter: 04 - Webpack, React, and Hot Module Replacement (Very End of it)
If it's a bug:
In src/client/index.jsx