Dawid Stefanko

Results 6 comments of Dawid Stefanko

@tmeasday yes it is working on dev/prod, i am using vue `` and it enables vue components to be loaded asynchronously. I've tried to use loaders instead, final results are...

I think thats related (eslint error): Resolve error: Error [ERR_PACKAGE_PATH_NOT_EXPORTED]: Package subpath './messages' is not defined by "exports" in \node_modules\@intlify\vite-plugin-vue-i18n\package.json

After Chrome update problem still exist. Remember to enable "Desktop site" mode while trying to reproduce.

We can ignore fact of using domtoimage library. I tried exporting pixi overlay only, using vanilla js and pixi methods described in linked issue. Please check sandbox from old issue...

With this code I'm able to dowload pixi layer: ``` downloadLayer() { loader.load(() => { const { utils } = this.pixiLayer; const container = utils.getContainer(); const renderer = utils.getRenderer(); renderer.render(container);...

Destroy map when switching between routes with map.remove();