Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
Now I'm trying to build some new blocks using create-guten-block.
I'm getting totally frustrated with "This block appears to have been modified externally." because some tiny thing is mismatched.
I don't know the code that triggers that message, but if there is any possibility at all, it would be great if there were another option to show what triggered the message. Would likely save many plugin developers tons of time.
Describe the solution you'd like
Either some kind of config setting, or a third button on the message dialog.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
@weavertheme its already taken care in case of This block appears to have been modified externally. debugging info is output in browser console which can help developers to troubleshoot the issue.

Closing as there's already an indication.
Unfortunately, this isn't a very helpful explanation. I've run into the same problem and as I understand, it's that gutenberg is expecting that the block's content (as a plugin; not the content that you'd type into gutenberg) doesn't change.
I've seen that you've encountered this again in https://github.com/WordPress/gutenberg/issues/7097
For anyone who comes across this issue via google (which is how I did); see
https://github.com/WordPress/gutenberg/issues/6826
https://github.com/WordPress/gutenberg/issues/8798
and more importantly,
https://github.com/WordPress/gutenberg/issues/7604
I have the same problem, please fix.
Most helpful comment
Unfortunately, this isn't a very helpful explanation. I've run into the same problem and as I understand, it's that gutenberg is expecting that the block's content (as a plugin; not the content that you'd type into gutenberg) doesn't change.
I've seen that you've encountered this again in https://github.com/WordPress/gutenberg/issues/7097
For anyone who comes across this issue via google (which is how I did); see
https://github.com/WordPress/gutenberg/issues/6826
https://github.com/WordPress/gutenberg/issues/8798
and more importantly,
https://github.com/WordPress/gutenberg/issues/7604