Lorenzo Stramaccia

Results 14 comments of Lorenzo Stramaccia

Thank you @Haroenv , adding a pnpm patch with the changes from #3618 fixes the problem

Hi @surajpaccorin, would you like to submit a pull request to fix this issue?

@13daemon would you like to submit a pull request?

add the `` in the root layout of you app

take a look here: https://nextjs.org/docs/app/building-your-application/routing/pages-and-layouts#root-layout-required

you can create a class for your fixed-size element like: ``` .col-fixed { max-width: 400px; flex-basis: 400px; } ``` and the use ```.col-xs``` for the other one

It is caused by an invalid template file, there is an extra `` at the end of the template. Simply delete this line https://github.com/ctidigital/magento2-google-address-lookup/blob/8c6d51f5c326480a131341c42a6a0c80b656a644/view/frontend/web/template/form/field.html#L51

@krishna53529 you can find the details of the exception in a report file called `020522184e9b9d2fd149259799882ec00cfbed20ba0ac97b4c67e4e34110e5e5` inside `var/report` in yout magento root directory

Hi, if i remember right we had some problems with 2.3.0 so we rolled back to 2.2.1 backporting some fixes. Feel free to open a PR but owl carousel is...

Hi guys, i've just pushed a new [branch](https://github.com/magespecialist/mage-chrome-toolbar/tree/firefox-support) with initial Firefox support. If you want to try it, download branch `firefox-support` and then follow this [instructions](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/Temporary_Installation_in_Firefox) to install it.