Brewal RENAULT
Brewal RENAULT
Unless I'm missing something, as the `render()` method is overrided in all mjml components, the fact that the `postRender()` method is not called there never triggers the `onRender()` method documented...
When using the `responsive` option and matching a breakpoint, after a page reload, an error is thrown : ``` [Vue warn]: The client-side rendered virtual DOM tree is not matching...
This changes allow the user to scroll the page on drag event on the target only when it is not zoomed. Otherwise, it prevents the default browser behaviour.
### Are you certain it's a bug? - [X] Yes, it looks like a bug ### Are you using the latest version? - [X] Yes, I'm using the latest version...
I'm using foundry without doctrine and manually save my objects with this function in my factories : ``` protected function initialize(): self { return $this->withoutPersisting() ->afterInstantiate( fn (Establishment $establishment) =>...
If we have an `Interface` suffix to our interfaces, when we use them in constructors, the extension suggests a parameter reflecting the interface name (with the suffix included) : ```php...