Onder
Explore posts from serversRRefine
•Created by rare-sapphire on 8/29/2024 in #ask-any-question
Pass custom value to Form.Item from a component
@kapa.ai RefineContextProvider does not exist on core
21 replies
RRefine
•Created by flat-fuchsia on 8/29/2024 in #ask-any-question
Pass custom value to Form.Item from a component
@kapa.ai you there
21 replies
RRefine
•Created by optimistic-gold on 8/29/2024 in #ask-any-question
Pass custom value to Form.Item from a component
@kapa.ai RefineContextProvider does not exist
21 replies
RRefine
•Created by fascinating-indigo on 8/29/2024 in #ask-any-question
Pass custom value to Form.Item from a component
@kapa.ai how can i define global config for DateField
21 replies
RRefine
•Created by secure-lavender on 8/28/2024 in #ask-any-question
Axios interceptor, authProvider onError still throws error
i discovered that setFilters, setCurrent and setPageSize functions of useTable are not wrapped with useCallback, causing infinite rerenders when used inside useEffect. I use useRef to workaround
7 replies
RRefine
•Created by stormy-gold on 8/26/2024 in #ask-any-question
List, consist of cards
@kapa.ai thanks i will generate my own Card implementation which accepts data source so we'll reduce this
10 replies
RRefine
•Created by rare-sapphire on 8/24/2024 in #ask-any-question
Infinite websocket call on custom liveProvider implementation with socket.io
@kapa.ai you don't have a clue. the refine always make ws calls almost 50 per second when i write it on console, i couldn't understand the reason
10 replies
RRefine
•Created by ratty-blush on 8/24/2024 in #ask-any-question
Create or Edit components passes empty object {} for relations if their value is not provided
@kapa.ai if you don't provide category or brand object, it can process the entity and insert. but if you provide an object for them you have to provide id property. but luckily you can pass null to those id properties and that also works fine. so i did initialValue={null} for the category.id and brand.id fields
10 replies