You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Cleans up webpack error messages.
// It is a object
// { message :…… }
function formatMessage (messageObj) {
let message = messageObj.message
let lines = message.split('\n');
Additional context
nothing
The text was updated successfully, but these errors were encountered:
It is still a problem! When I install yarn add react-dev-tools it is installed version 11.0.4. But the file still has no changed /node_modules/react-dev-utils/formatWebpackMessages.js.
Reinstall or remove node_modules didn't help!
How it can be? It feels like an unchanged version was published on npm.
In my node_modules /node_modules/react-dev-utils/formatWebpackMessages.js:
In create-react-app/packages/react-dev-utils/formatWebpackMessages.js
Is your proposal related to a problem?
Describe the solution you'd like
I hope it works
(Describe your proposed solution here.)
Describe alternatives you've considered
// Cleans up webpack error messages.
// It is a object
// { message :
……
}function formatMessage (messageObj) {
let message = messageObj.message
let lines = message.split('\n');
Additional context
nothing
The text was updated successfully, but these errors were encountered: