Ali Emir Şen
Ali Emir Şen
Pagination for the `useInfiniteList` is calculated internally by checking the current page parameters and the `total` value returned from the data provider (in this case `@refinedev/nestjs-query`). If total is not...
Hey @purplefish32 thank you for the issue! 🙏 We have this in our backlog and start implementing this as soon as possible. We have multiple approaches we might follow. Not...
Hey @beepsoft sorry for the late response 🙏 Yes, we're definitely planning to include GraphQL support to our Inferencer package. It's probably be like, you providing the gql query to...
Hey @dipbazz, can you try adding the `icon` to `meta` of the resource? Check out the docs https://refine.dev/docs/api-reference/core/components/refine-config/#icon
Sorry for the issue @dipbazz, reopened it. We're investigating the issue, hopefully we'll have a release with a fix in no time.
Hey @MahirMahdi, at first glance this looks more like a backend work than frontend. I understand your use case but not sure if this is very useful for the majority...
Hey @vikavorkin, sorry for the issue! `export-to-csv-fix-source-map` was a fix for webpack back then, now it's most likely not needed. We can switch to `export-to-csv` and fix this issue. We'll...
Hey @levipro sorry for the issue! This is a valid issue that we've been discussing with our team to provide a proper solution. We're passing the router parameters (parameters and...
Due to inactivity in PR #5844, we're looking for new contributors to implement this feature 🙏
Thanks for the explanation @pcfreak30! About the lodash imports, we have an esbuild plugin to replace them in `cjs` and `esm` builds which is shared between packages, I think updating...