Refine

R

Refine

Join the community to ask questions about Refine and get answers from other members.

Join

ask-any-question

discussions

correct-apricot
correct-apricot9/27/2022

Hi all I have created a small app with

Hi all, I have created a small app with refine-nextjs template and added posts list page to pages as per the Mui tutorial. App works on dev, great. But, when I am trying to create production build using npm run build it is throwing errors: Build optimization failed: found page without a React Component as default export in pages/posts/list, Could anyone guide me how to produce a production build...
like-gold
like-gold9/17/2022

Hey

@Omer Can we partner with Refine ?
wise-white
wise-white9/9/2022

hasura-nhost-filter

Nhost with Hasura. contains filter is converting to _like filter
stormy-gold
stormy-gold9/7/2022

Hey

Hey @Omer How are you doing
generous-apricot
generous-apricot8/24/2022

Request

In my network's tab no call for graphql
No description
quickest-silver
quickest-silver8/8/2022

params-override

hi. when providing params to a route using react router v6 those get always overridden by the ones provided by refine like pageSize and current. how do i pass the params correctly so they are there additionally to the ones used by refine?

Actually everything was working only

Actually everything was working. only after the navigation on this line , pathname always kept coming up with / and putting the application into the loop https://github.com/pankod/refine/pull/1712/files#diff-d568b1810907d45b2f3fd4d3891ad38014c0272fa735dbf53e4df65e47224d89R63...
equal-aqua
equal-aqua3/29/2022

usetable-live-mode

here is the page for reference: ``` import React, { useState } from "react"; import { Row,...
ratty-blush
ratty-blush2/27/2022

Nested

I am trying to add nested resources, List inside Show (for one-to-many) also have a create in list using drawerform, but drawer form is catching the context of show not the List

Props on Show Component

Thank you very much for the detailed explanation and good wishes! ❤️ The short answer for items 1 and 3 is that you have found the right approach. CRUD components are built to meet very simple UI requests. In case these components are not enough, we recommend using Ant Design's own components. Item 2 surprised me a bit. I checked again just to be sure, but the CRUD components don't use any data hooks. Could there be a mistake here? ...