MarioCh

Results 7 comments of MarioCh

this issue still exists in production. Version: `recharts: 2.1.5`

isn't this blocking us from using this repo at all? can not figure a way to unit-test my components because of this issue.

so it this feature request dropped? or are we expecting to have it at some point?

> Article is out guys, [here](https://twitter.com/medusajs/status/1754840211610382446) ya go not sure this article provides an answer to this question, right?

any updates on this? still not able to send emails using Sendgrid

**HTML** `{'title': 'Timetable', 'link': 'client/timetable'},` **TS** Import the router `import {Router} from '@angular/router'; ` Inject it to your typescript component `constructor(private router: Router) { }` Make your onItemSelect method to...