Emil Haldrup Eriksen
Emil Haldrup Eriksen
AFAIK the demo is not maintained, i.e. don’t worry about it.
I have the same issue. Diving into the js, the error seems to originate from the second line of this block, ``` /******/ // __webpack_public_path__ /******/ __webpack_require__.p = "";,var getCurrentScript...
I was also getting type errors, e.g. "TypeError: Cannot read property 'removeLayer' of undefined". However, using the code posted by @adambisek plus a css import, it seems to work. Here...
I am getting the same error on an M1 MBA. Has anyone made any progress so far?
@AnnMarieW I have previously had issues with updates in dependencies that introduced breaking changes. That's why the version is now pinned (at 2.0.0). I haven't tested 2.0.1, but assuming there...
I have put all the (heavy) dash-leaflet plugins as separate chunks. I guess you could adopt a similar strategy, e.g. https://github.com/emilhe/dash-leaflet/blob/master/src/ts/components/EditControl.tsx EDIT: I used [WEBPACK VISUALIZER](https://chrisbateman.github.io/webpack-visualizer/) to figure out where...
Thanks for the suggestion @KnightArthurRen . I have made a pre-release that aims to address the issue, https://pypi.org/project/dash-extensions/2.0.5rc1/ Could you test if it solves you issues you were facing?
Yes, the current code was written before the `pages` feature was merged. It's on my TODO list to update the library to support the new pages implementation. If you have...
Yes, there is a planned release with Dash 3 support. I am on vacation ATM, but I expect to finish a release in the coming weeks.
@lcornelatti Can you post a MWE, i.e. a minimal (runnable) example demonstrating the issue?