refine
refine copied to clipboard
A React Framework for building internal tools, admin panels, dashboards & B2B apps with unmatched flexibility.
### Documentation issue The codesandbox at https://refine.dev/docs/examples/table/tanstack-table/basic-tanstack-table/ is not able to install dependencies and run ### Describe the thing to improve  ### Describe the solution (optional) _No response_
## PR Checklist Please check if your PR fulfills the following requirements: - [x] The commit message follows our guidelines: https://refine.dev/docs/guides-concepts/contributing/#commit-convention ## Bugs / Features - [x] Related issue(s) linked...
## PR Checklist Please check if your PR fulfills the following requirements: - [ ] The commit message follows our guidelines: https://refine.dev/docs/guides-concepts/contributing/#commit-convention ## Bugs / Features - [ ] Related...
### Describe the bug path-to-regexp 2.0.0 - 3.2.0 Severity: high path-to-regexp outputs backtracking regular expressions - https://github.com/advisories/GHSA-9wv6-86v2-598j No fix available node_modules/path-to-regexp @ant-design/pro-layout
### Is your feature request related to a problem? Please describe. I am working on a multitenancy app, and my authentication logic requires calling the Auth.check function with some custom...
### Describe the bug `create refine-app@latest` does not work with bun (bun.sh) on Windows ### Steps To Reproduce 1. Install Bun from bun.sh on Windows with `powershell -c "irm bun.sh/install.ps1...
## PR Checklist Please check if your PR fulfills the following requirements: - [x] The commit message follows our guidelines: https://refine.dev/docs/guides-concepts/contributing/#commit-convention ## Bugs / Features - [x] Related issue(s) linked...
### Describe the bug Right now, Supabase Realtime does not support multiple filters. If used, the live provider for supabase will send an invalid filter payload, causing the realtime request...
- Update `useTable` hook to handle case where a user navigates to current page by clicking side-nav link intending to reset the filters and sorters. ## PR Checklist Please check...
### Discussed in https://github.com/refinedev/refine/discussions/6318 Originally posted by **TomCaserta** September 11, 2024 Essentially I'm reading over the multitenancy documentation https://refine.dev/docs/guides-concepts/multi-tenancy/ and I've implemented what it suggests: 1. Route parameter called `:tenantId`...