Notifer throws error in dev console if no message is supplied #10491
Labels
enhancement
New value added to drive a business result
Team:Core
Core services & architecture: plugins, logging, config, saved objects, http, ES client, i18n, etc
Steps to reproduce
Run this code:
Observed behavior
The developer console shows this error + stack trace:
Expected behavior
One of two approaches could be taken here:
notifier.error()
method should be handled gracefully and the notifier shouldn't be displayed at all, orError
. If uncaught, this would still result in bubbling up to the developer console but at least the message would be a bit more developer-friendly.The text was updated successfully, but these errors were encountered: