You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Problem happens when installing the Plugin in an excising or newly created Shopware system. In this example, we override the off canvas cart: PluginManager.override('OffCanvasCart', OverOffcanvasCart, '[data-offcanvas-cart]'); An Error is thrown when the packet part reaches o = l.Z.serialize(t); l should be the off canvas cart or an Object. I am not sure there.
This is not the first time it has happened, somehow the packet all.js has some wrong Id's set.
Expected behaviour
The packed all.js should behave the same when packing a Plugins JavaScript into an all.js file.
Steps to Reproduce?
Just create a plugin and extend or override Shopware core code.
PHP Version
8.1
Shopware Version
6.5.8.10
Plugin Version
0.4.54
Actual behaviour
The Problem happens when installing the Plugin in an excising or newly created Shopware system. In this example, we override the off canvas cart:
PluginManager.override('OffCanvasCart', OverOffcanvasCart, '[data-offcanvas-cart]');
An Error is thrown when the packet part reacheso = l.Z.serialize(t);
l
should be the off canvas cart or an Object. I am not sure there.This is not the first time it has happened, somehow the packet all.js has some wrong Id's set.
Expected behaviour
The packed all.js should behave the same when packing a Plugins JavaScript into an all.js file.
Steps to Reproduce?
For this example, you can use this:
main.js
test-offcanvas-cart.plugin.js.js
I hope this is enough information to reproduce.
The text was updated successfully, but these errors were encountered: