Site icon Hip-Hop Website Design and Development

The TypeError: this.each when wp.media.open() after using popper.js for bootstrap 4

I’m creating page metabox layout through bootsrap 4 framework. I added to admin enqueue the new js files: jquery-3.0.0, jquery-migrate-3.0.1 as well as popper-1.12.3 and bootstrap. Also the custom field was created in metabox. I get a image link used admin media modal frame. I mean the frame used jQuery to get wp.media object, but after additing popper.js the wp.media.open() function got the Uncaught TypeError: this.each is not a function in some files.
enter image description here

May someone fix this issue?