Closed jofri99 closed 5 years ago
This error does also occur on 18.04.
It does not occur (using the reproduction steps above) with the version on tag 0.2.3 (commit https://github.com/uber/kepler.gl/commit/9e750a069a954102c49c5c532f4001490d2ede4a).
This should be fixed in 0.2.4, at the meantime comment out line 61 in examples/replace-component/src/app.js
will get the app up and running
Thanks, this fixes it!
const KeplerGl = injectComponents([
[SidebarFactory, CustomSidebarFactory],
[PanelHeaderFactory, CustomPanelHeaderFactory],
// [PanelToggleFactory, CustomPanelToggleFactory]
]);
0.2.4 is published, and examples are updated. resolve it now
Describe the bug When I try to run your example replace-component I get the following error: TypeError: _components.PanelToggleFactory is not a function
To Reproduce Steps to reproduce the behavior:
Expected behavior How to fix the issue when its mine
Screenshots
Desktop (please complete the following information):
Smartphone (please complete the following information): No Smartphone
Additional context I get this problem while I try to understand how to customize the UI of keplergl