refine
refine copied to clipboard
A React Framework for building internal tools, admin panels, dashboards & B2B apps with unmatched flexibility.
I updated quick start docs.
Added mantine guesser for guesser package ### Self Check before Merge - [x] Corresponding issues are created/updated or not needed - [x] Docs are updated/provided or not needed - [x]...
Add `check-updates` command for `refine-cli`. 
**Explain the details for making this change. What existing problem does the pull request solve?** When setting syncWithLocation to true for useTable from Antd, the initialValues in searchFormProps is empty....
Updated docs to add Elide data provider. https://github.com/refinedev/refine/issues/2994
### Is your feature request related to a problem? Please describe. I wanted to support Elide as a backend technology. ### Describe alternatives you've considered _No response_ ### Additional context...
Add `update` command for `refine-cli`.  - [x] Corresponding issues are created/updated or not needed - [ ] Docs are updated/provided or not needed - [ ] Examples are updated/provided...
Added Chakra UI guesser. ### Test plan (required) The tests are not affected. ### Closing issues . ### Self Check before Merge Please check all items below before review. -...
### Describe the bug I can add seventh item when there are 6 items in cart. How? Firstly I added 6 items to cart and then close cart. When i...