Heng Wang
Results
2
comments of
Heng Wang
still experience the same issue in Chrome mobile emulator, and in mobile Safari as well. Any plan to provide a fix? 🙏🏻
For solving the join query, I notice Typeorm provides this [Joining and mapping functionality](https://typeorm.io/select-query-builder#joining-and-mapping-functionality). So in your case where you want to load the message: `.leftJoin('notification.message', 'message')` can be written...