Antoine

Results 14 comments of Antoine

@mazzaker is there a workaround ? This is what prevents us from migrating to prisma 2...

Thanks @pantharshit00! It's a very useful link 👍

You can add an **onSubmit** prop on your Dialog or portal component. It worked for me. ```js { e.preventDefault(); e.stopPropagation(); }} /> ```

Hi! Thank you for your feedback. It seems that the current pagination system is `offset` based while Relay pagination is `cursor` based. Cursor pagination has several benefits over offset, here...

@olivermrbl Yes, I temporarily set `shamefully-hoist = true` in the `.npmrc` file as a workaround. Just remove this setting to get back to the initial issue.

@olivermrbl, I've updated the repository. Please make sure to run `pnpm clean` and `pnpm install` from the root to see the error.

@olivermrbl It's not working. After updating, I still encounter the same error: `Module not found: Error: Can't resolve 'swc-loader'`

Even when I install `swc-loader`, I then need to install all the admin dependencies (react, radix, etc.), and I encounter the following error: `[@medusajs/admin] Could not find the admin UI...