1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-08-20 06:01:24 +02:00

Add newline for better readability in console

This commit is contained in:
Soreine
2016-10-27 16:14:00 +02:00
parent 8e963c75a6
commit eb9b97d79e

View File

@@ -103,7 +103,7 @@ class Node extends React.Component {
if (!Immutable.is(props.node, this.props.node)) {
return true
} else {
warning('Encountered different references for identical node values in "shouldComponentUpdate". Check that you are preserving references for the following node:', props.node)
warning('Encountered different references for identical node values in "shouldComponentUpdate". Check that you are preserving references for the following node:\n', props.node)
}
}