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.
May someone fix this issue?