Uncaught Error: You cannot apply bindings multiple times to the same element.
at applyBindingsToNodeInternal (knockout.js:3287)
at applyBindingsToNodeAndDescendantsInternal (knockout.js:3233)
at Object.ko.applyBindings (knockout.js:3444)
at _super (wrapper.js:73)
at Object.applyBindings (bound-nodes.js:120)
at Object.applyBindings (wrapper.js:78)
at bindings.js:84
at Array.forEach (<anonymous>)
at jQuery.fn.init.$.fn.applyBindings (bindings.js:81)
at panel.js:18
applyBindingsToNodeInternal
@
knockout.js:3287
applyBindingsToNodeAndDescendantsInternal
@
knockout.js:3233
ko.applyBindings
@
knockout.js:3444
_super
@
wrapper.js:73
applyBindings
@
bound-nodes.js:120
(anonymous)
@
wrapper.js:78
(anonymous)
@
bindings.js:84
$.fn.applyBindings
@
bindings.js:81
(anonymous)
@
panel.js:18
(anonymous)
@
main.js:31
execCb
@
require.js:1650
context.execCb
@
resolver.js:145
check
@
require.js:866
enable
@
require.js:1143
init
@
require.js:774
(anonymous)
@
require.js:1416
setTimeout (async)
req.nextTick
@
require.js:1755
localRequire
@
require.js:1405
window.require
@
mixins.js:245
init
@
main.js:24
(anonymous)
@
main.js:96
.each..forEach
@
underscore.js:150
(anonymous)
@
main.js:79
apply
@
main.js:76
(anonymous)
@
mage.js:98
dispatch
@
jquery.js:5232
elemData.handle
@
jquery.js:4884
trigger
@
jquery.js:5136
jQuery.event.trigger
@
jquery-migrate.js:633
(anonymous)
@
jquery.js:5866
each
@
jquery.js:376
each
@
jquery.js:142
trigger
@
jquery.js:5865
(anonymous)
@
browser.js:76
fire
@
jquery.js:3238
fireWith
@
jquery.js:3368
done
@
jquery.js:9846
callback
@
jquery.js:10317
XMLHttpRequest.send (async)
send
@
jquery.js:10260
ajax
@
jquery.js:9744
openDialog
@
browser.js:69
onclick
@
(index):1
Important
The bug caused by performing two requests for gallery data retrieving. Should be fixed in Magento 2 open source edition. We need to eliminate the second redundant request.
Preconditions:
Steps to reproduce:
Expected result:
:heavy_check_mark: JS works as expected
Actual result
:x: JS error in knockout.js::3287
Important
The bug caused by performing two requests for gallery data retrieving. Should be fixed in Magento 2 open source edition. We need to eliminate the second redundant request.