Skip to content

Uncaught TypeError: e.data.search is not a function

Bruno P. Kinoshita edited this page Jun 15, 2017 · 1 revision

From smashing issue #68

Browser extensions (e.g. Angular Augury) may call postMessage, which is used by the dashboards. Resulting in an exception as follows:

Uncaught TypeError: e.data.search is not a function
    at handler (application.js:1325)
handler @ application.js:1325
application.js:1325 Uncaught TypeError: e.data.search is not a function
    at handler (application.js:1325)
handler @ application.js:1325

In this case you can either disable the extension, or ignore the errors in the browser JavaScript console.

Clone this wiki locally