Same runtime and javascript file is enqueued multiple times

This is the assets
entrypoints
│ ├─ app
│ │ ├─ js/666.js 291 bytes
│ │ ├─ css/app.css 6.03 kB
│ │ └─ js/app.js 1.21 kB
│ ├─ editor
│ │ ├─ js/666.js 291 bytes
│ │ ├─ css/editor.css
│ │ └─ js/editor.js 1.35 kB
│ ├─ leadspace-b
│ │ ├─ js/567.js 231 bytes
│ │ ├─ css/312.css 67 bytes
│ │ ├─ js/312.js 188 bytes
│ │ ├─ js/938.js 169 bytes
│ │ └─ js/leadspace-b.js 1.3 kB
│ ├─ leadspace
│ │ ├─ js/567.js 231 bytes
│ │ ├─ css/312.css 67 bytes
│ │ ├─ js/312.js 188 bytes
│ │ ├─ css/leadspace.css 29 bytes
│ │ └─ js/leadspace.js 1.31 kB

After using
bundle(‘leadspace’)->enqueue()
bundle(‘leadspace-b’)->enqueue()

This will add script( js/567.js ) multiple times

Same issue happen when using runtime()

Is there anything that i missed
Thanks

See How to best ask questions on this forum

You will need to provide a minimal reproduction for further help