Edgar Kussberg
Edgar Kussberg
``` [Thu Feb 25 2021 22:11:54.823] WARN Warning: componentWillReceiveProps has been renamed, and is not recommended for use. See https://fb.me/react-unsafe-component-lifecycles for details. * Move data fetching code or side effects...
The library doesn't work when used on Samsung Galaxy S8. For more details please see the attached files.  
**Describe the bug** When adding new required fields, they are not highlighted red after submission. **To Reproduce** Steps to reproduce the behavior: 1. Add field that is required. 2. Submit...
Anyone looking into adding support for the Prestashop 1.8? It’s already a year old without support and it’s time to move the needle 😁
Using latest version of typegoose and mongoose. This code works: ```ts const dbConnection = await connectToMongoDB(); const IssueModel = getModelForClass(IssueClass, { existingConnection: dbConnection, }); ``` This code doesn't: ```ts await...
There is a typo in the Default Layout inside of components: `DefaultLaout.tsx` -> `DefaultLayout.tsx`