We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0594062 + 35412ba commit 9483bf8Copy full SHA for 9483bf8
node_package/src/clientStartup.js
@@ -121,7 +121,7 @@ You should return a React.Component always for the client side entry point.`);
121
}
122
123
} catch (e) {
124
- e.message = `ReactOnRails encountered an error while rendering component: ${name}.` +
+ e.message = `ReactOnRails encountered an error while rendering component: ${name}.\n` +
125
`Original message: ${e.message}`;
126
throw e;
127
0 commit comments