Manuel Timita

Results 3 issues of Manuel Timita

This bit of code: ``` javascript $('html, body').animate({ scrollTop: $("#kAdminActionCenter").offset().top }, 700); ``` ...throws an error: `"Uncaught TypeError: Cannot read property 'top' of undefined"`. I guess it is because the...

`Email.sendAsync()` fails with the following error. ``` Error sending email { err: TypeError: Cannot read properties of undefined (reading 'cacheKey') at getTransport (packages/email/email.js:113:10) at Object.Email.sendAsync (packages/email/email.js:253:29) at processTicksAndRejections (node:internal/process/task_queues:95:5) }...

confirmed
Project:Accounts:Password
Project:Utilities:Email
Meteor 3

The package [aldeed:simple-schema](https://github.com/Meteor-Community-Packages/meteor-simple-schema) also [depends](https://github.com/Meteor-Community-Packages/meteor-simple-schema/blob/migrate/3.0/package.js) on `mongo-object`. `AutoForm` is used in conjunction with SimplSchema more often than not. So both packages end up including the same dependency twice in the...

enhancement