_chrome2.default.getNavLinks is not a function

hi experts:

I meet a problem with _chrome2.default.getNavLinks is not a function

i am doing something on kibana, its hard to describe, but could you provide any possible reasons about this erorr ? (I even don't know how to debug this problem)

thanks very much!

How are you importing chrome?

It should looking something like:

import chrome from 'ui/chrome';
const links = chrome.getNavLinks();

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.