correct-apricot
correct-apricot5mo ago

Hello. My name is Mateo. Handle is Flutterbots. I was introduced to Refine.dev and cannot believe it

Hello. My name is Mateo. Handle is Flutterbots. I was introduced to Refine.dev and cannot believe it. Nice work! We're currently using Angular but I'm a React developer. I'm a technical lead at my company and I am working on a POC to see if Refine will work as the architecture for our product. I'm following the example on the website for the authentication piece but I'm getting this error: "Warning: validateDOMNesting(...): <form> cannot appear as a descendant of <form>." Looking for help to get it resolved. But I'm also new here and so please tell me if I need to do something differently. Thanks!
16 Replies
foreign-sapphire
foreign-sapphire5mo ago
I just have a question why the vite template doesn't include i18n when using the CLI?
firm-tan
firm-tan5mo ago
Hello everyone, we would be very happy if you write your questions on the #ask-any-question channel. it is much easier to follow from there.
sensitive-blue
sensitive-blue5mo ago
Hello, I just verified my email on #start-here but am still unable to post on most channels, did I miss smoething ?
correct-apricot
correct-apricot5mo ago
I got axios error with invoice generator app https://invoice-generator.refine.dev/
refine - Build your React-based CRUD applications, wit...
refine | Build your React-based CRUD applications, without constraints.
correct-apricot
correct-apricot5mo ago
there is a problem with login!
rare-sapphire
rare-sapphire5mo ago
hello folks, I am just discovering refine's app-crm and i have a couple of beginner's queries. the are: 1) where is all the data being stored in the react app-crm? 2) i did not see an option to add employees in the administrator section in the UI, so is it hard embedded in the code? Thank you
rare-sapphire
rare-sapphire5mo ago
CRM Application
Build React-based internal tools, admin panels, dashboards & B2B apps with unmatched flexibility.
eastern-cyan
eastern-cyan5mo ago
hey guys anybody faacing a problem with auth? i'm using demo authCredintials but it says email doesn't exist?
compatible-crimson
compatible-crimson5mo ago
are we supposed to have the database structure already made with our relations and tables? or how does this integrate with a backend or data provider such as supabase or pocketbase? how does refine know where to create the table, how to create relations. etc..
xenial-black
xenial-black5mo ago
devtools can't login devtools version: 1.x I form my info, but no response
fair-rose
fair-rose4mo ago
Can someone from the team please review https://github.com/refinedev/refine/pull/5765#issuecomment-2024330161. I want to ensure this is handled before the release cycle if parts of the bug were missed. Thanks.
GitHub
refactor(packages): update package.json configuration with proper E...
Updated package configuration for ESM and CJS Updated tsup config to bundle with proper extensions Removed unused iife bundle Added @tabler/icons-react CJS replacement plugin Replaced @refinedev/li...
other-emerald
other-emerald4mo ago
hi, i created a project using vite and i'm trying to edit the sider but can't find the dir "components/layout/sider"
other-emerald
other-emerald4mo ago
i found this on github https://github.com/refinedev/refine/blob/master/packages/mui/src/components/themedLayoutV2/sider/index.tsx i don't wan't to re create it i just want to edit the css styles of the existed sider
GitHub
refine/packages/mui/src/components/themedLayoutV2/sider/index.tsx a...
A React Framework for building internal tools, admin panels, dashboards & B2B apps with unmatched flexibility. - refinedev/refine
other-emerald
other-emerald4mo ago
and i get this error when re creating the sider using the code from github " import { RefineThemedLayoutV2SiderProps } from "../types"; import { ThemedTitleV2 as DefaultTitle } from "@components"; import { useThemedLayoutContext } from "@hooks"; " Cannot find module '../types' or its corresponding type declarations. Cannot find module '@components' or its corresponding type declarations. Cannot find module '@hooks' or its corresponding type declarations.
fair-rose
fair-rose4mo ago
those import are aliases defined by the pkg. and your trying to use relative imports as is. See https://github.com/refinedev/refine/blob/master/packages/mui/tsconfig.json
GitHub
refine/packages/mui/tsconfig.json at master · refinedev/refine
A React Framework for building internal tools, admin panels, dashboards & B2B apps with unmatched flexibility. - refinedev/refine
other-emerald
other-emerald4mo ago
hmm, that made it harder actually XD i just need a solution to edit the sider that looks to be deprecated to a new name "ThemedLayoutV2" but can't find the file in order to edit it