17 Replies
foreign-sapphire•6mo ago
Automatically or me manually? I had to do it manually
correct-apricot•6mo ago
Is it the — — should be one set — ?
xenial-blackOP•6mo ago
yep, that is a code for the command line to clone that Refine example project locally. after that command, you can do
npm install
and npm run dev
to play around in that example in a local server (localhost:5173 by default, I believe)loud-coral•6mo ago
can anyone help with the issue regarding to IP Address , like i'm integrating a payment gateway where they need the ip address from where we are testing (public static IP to be exact what they had mentioned out) but i'm working from home and so ip is dynamic which changes with everytime of connection so is there any solution for this or like how can i make it with any?
correct-apricot•6mo ago
are you looking for a dynamic dns?
loud-coral•6mo ago
i had just conncted to my wifi (home)
stormy-gold•6mo ago
Hey were you able to resolve this ?
metropolitan-bronze•6mo ago
No
other-emerald•6mo ago
Hey,
I'm a college student (sophomore).
I'm new to this community.
Am I allowed to contribute here?
If yes, can I just pick some good first issues and solve them -- or is there anything I need to prior to that?
Any response would be appreciated.
Thanks!
Just in case you want to know : Yes, I'm familiar with the tech-stack of this repo.
Also, I've seen the issues -- there aren't much good first issues available?
foreign-sapphire•6mo ago
Got it. Unfortunately that didn't work for me after trying several times it didn't clone the repo. I had to do it manually as in executing the git clone command myself.
I tried both but it didn't work 😕
absent-sapphire•6mo ago
Any fixes on https://github.com/mui/mui-x/issues/8463?
GitHub
Column resize in 6.0 is not shrinking properly · Issue #8463 · mui/...
Duplicates I have searched the existing issues Latest version I have tested the latest version Steps to reproduce 🕹 Link to live example: https://codesandbox.io/p/sandbox/tender-cache-73xe6c https:...
absent-sapphire•6mo ago
After updating refine to latest version, I can't find <DeleteButton> on the list. Even it is in the code.
stormy-gold•6mo ago
Hey people
As anyone created client portal using refine ?
genetic-orange•6mo ago
Are the starter templates still maintained? The AntD starter project seems to come with a bunch of errors.
national-gold•6mo ago
Hi, I'm trying to follow the example online in Refine's docs for useForm, but I'm getting this error when I use this hook for the "resource" property. Any ideas?
Object literal may only specify known properties, and 'resource' does not exist in type 'UseFormProps<Product, HttpError, FieldValues, {}, Product, Product, HttpError>'.ts(2353)
national-gold•6mo ago
Found a related issue here: https://github.com/refinedev/refine/issues/3726 - the docs are out of date...
GitHub
[DOC] react-hook-form useForm hook example · Issue #3726 · refinede...
Documentation issue the code given as example at https://refine.dev/docs/packages/documentation/react-hook-form/useForm/#resource useForm({ resource: "categories", }); is not correct. It ...
optimistic-gold•6mo ago
this might be a pretty basic question but how do you make a new page show up in the main view like the demo apps?
my new page shows in the sidebar but navigates to a new page unlike the 2 existing demo apps
I added this to my resources in src/app/layout ( using the nextjs version)
but navigates to a new page instead of showing within the main view