Sang Dang

Results 54 comments of Sang Dang

Thanks. Currently I'm facing this issue, looking forward for this PR.

I did the workaround by define the whole component outside, then use like `useModal(() => , [count])`

Please no Gatsby. Just please. I tried it several times and never ever get it work even in development and right now I can't even make the `admin` work. Just...

Update for my previous comment: The reason it didn't work might be because I used pnpm with workspace feature, as I want my development repo with medusa in a monorepo....

Thanks @echocrow for the initiative move. I think PR is welcome. If you need anything I would love to help.

I think it's good to mention that we don't have the index page in the README. I'm confused in the first place too.

> how to use the aggregate method ? May i know if you are already using aggregation using mongoose No, with mongoose plugin there is only find method. I'm trying...

> Hi @nathanielrindlaub, unfortunately I forgot the context, it's 2020 my friend. But a quick look into the source code, I think you can't use aggregate() if you want to...

I have tried your plugin but I face another problem. When I use with nestjs, I have to declare the model while injecting: ```` @InjectModel('Item') private ItemModel: PaginateModel ```` In...