mapster icon indicating copy to clipboard operation
mapster copied to clipboard

plugin works fine on 5.4 but not on 5.6.1

Open TRISAF opened this issue 7 years ago • 1 comments

Hi, this plugin works fine on 5.4 but not on 5.6.1

The error is:

Uncaught TypeError: __webpack_require__(...).register is not a function (http://localhost:5601/bundles/kibana.bundle.js?v=15533:280)
Version: 5.6.1
Build: 15533
Error: Uncaught TypeError: __webpack_require__(...).register is not a function (http://localhost:5601/bundles/kibana.bundle.js?v=15533:280)
    at window.onerror (http://localhost:5601/bundles/commons.bundle.js?v=15533:76:8884)

Any idea for fix this error?

Many thanks Filippo

TRISAF avatar Sep 27 '17 11:09 TRISAF

The problem is the last line in mapster.js:

require('ui/registry/vis_types').register(mapsterProvider);

purplesrl avatar Jan 21 '18 09:01 purplesrl