Serg

Results 4 issues of Serg

I think when closing the modal on location change it shouldn't pass event as the result .

Issue: If items contain an item value that is null and that is the selected item, it is not being shown on load as the selected item. Expected Behavior: If...

**Issue Description** In the sequelize configuration, I've set pool: { min: 10, max: 30 } When the connection is acquired it does not check if additional connections need to be...

enhancement

VerifyFunctionWithRequest expects req, clientCert, done but the typescript definition was clientCert, req, done.