Matthew Bull

Results 5 comments of Matthew Bull

Yeah, I've just hit this issue, (also in 2.1.6) except I've got a tick formatter which formats the date values on ticks, except `new Date('auto')` causes everything to explode :(

Do you have any timeline on when you'll be releasing a new version? 😄

I believe `Payments.tsx` has an example of lazy loading for adyen

Hey Looks like you're adding the `ready` event listener after you do an async operation `let tasks = await glob('src/tasks/definitions/**/*.js');` which means you may well miss the event. If you...

The `ready` event isn't even necessary if you use `agenda.mongo(...)` and handle the connection yourself :)