Mohamed Amjar

Results 5 comments of Mohamed Amjar

> Can you please provide a reproduction as required in the issue template? We can’t fix this until we know when it happens. Thank you for your comments! I've updated...

> What are you doing that triggers the error? When I run `npm run build` in your project I get a bunch of non-CSS errors but the CSS file is...

> Hi, I'm also encountering this issue and it's very frustrating. We're you able to find a solution on this? I don't remember how I solved it , but I...

hello, I found this solution #69

For anyone still facing this issue, feel free to check my final project for a working solution: [here](https://github.com/amjarmed/jsm-banking/blob/main/app/services/actions/user.plaid.ts). In my implementation, I used `products: [Products.Auth, Products.Transactions]` to resolve the problem....