Klaas van der Weij
Klaas van der Weij
For those of you running into this after upgrading `helmet` to `v5` or higher (as I did), you will also get a console error and blocked response because of COEP/CORP...
I have filed a bug at Chrome for this (the COEP / CORP headers) issue, as it seems that this is not the way the browser should handle this (i.e.:...
I think I run into the same problem with a very simple use case, also using display flex: .element-b { display: none; } .element-c { display: flex; } .element-c {...
I also run into issues that are caused by elements losing focus. **** elements on iOS + Safari start to behave terribly when lossing focus, hiding the options list immediately...
The shared bundle should _also_ be loaded after `mage/requirejs/mixins.js` and `requirejs-config.js`. So I fixed this in `Magento_BundleConfig/Block/Html/Head/Config.php` by replacing: ``` if (file_exists($sharedBundleAbsPath)) { $assetCollection->insert( $sharedBundleRelPath, $shared, RequireJsConfig::REQUIRE_JS_FILE_NAME ); } ```...
Same here, although it used to work fine and _"I haven't changed anything"_ :grimacing: