Alex Wegener

Results 2 comments of Alex Wegener

I have the same issue with the example. No msg is returned from Describe().

I made a smaller version of @josheverett patch. [react-scroll-to-bottom+4.2.0.patch](https://github.com/user-attachments/files/16840138/react-scroll-to-bottom%2B4.2.0.patch) 1. Install [patch-package](https://www.npmjs.com/package/patch-package): `npm i patch-package --save-dev` 2. copy `react-scroll-to-bottom+4.2.0.patch` to new root folder `patches` 3. add `"postinstall": "patch-package"` to `scripts`...