Skip to main content

Questions tagged [refine.js]

The tag has no usage guidance.

7 questions with no upvoted or accepted answers
1 vote
0 answers
55 views

Refine Dev, how can i implement RTL in version 4?

So, I'm currently working on a project that is Arabic only, and it is my first time using Refine DEV. On the websites documentation, I didn't find anything related to RTL in version 4. So I wanted to ...
Elio Youssef's user avatar
1 vote
0 answers
76 views

Type 'X' is not assignable to type 'X'

I have an app with refine.dev and craft.js, I'm converting files from jsx to tsx and I have this error that I don't understand. Here is the component : import { Button, Image, Text } from "@...
Johan's user avatar
  • 2,674
1 vote
0 answers
117 views

React Refine framework and mui autocomplete dropdown menus with prefilled values from fetched data

I am working on a project with the refine framework for user registry management. In this application, it is possible to create dedicated processes for each user, and for each process, I can associate ...
kyundos's user avatar
  • 11
1 vote
0 answers
272 views

setting google auth in refine framework

I have already imported the google auth functionality in refine itself but when I change the value of "GOOGLE_CLIENT_ID" to the one I created in google OAuth, the popup for google auth comes ...
Denis S Maheshwari's user avatar
1 vote
2 answers
694 views

How to remove Auto-generated code by Inferencer in refine project?

As I am new for refine.dev. So, I just want to remove this section Mark the particular code sniped what should be removed. Aslo show me the file structure and where it locates. I also can't find the ...
Saheb Dhara's user avatar
0 votes
1 answer
361 views

how to configure refine framework to present the url in a sub directory

I have a project in refine (https://refine.dev) which is installed in a sub directory (eg: http.site.com/subfolder). However, when accessing the site, the url assembled by refine is (http.site.com/...
user21666694's user avatar
0 votes
1 answer
167 views

Refine dashboard showing error---Error: SyntaxError: Unexpected token, expected ";" (7:22)

I tried to implement the Google login in my React app using refinejs. I was trying to make a React app using refine and other packages. I was following a course on YouTube. I almost followed the ...
Kunal Pathak's user avatar