Refresh Data aborted with Table "fc_29" already exists. The name was fixed per version and the cleanup before it is best-effort: the viewer is still holding the previous table when the new one is built, so deleting it does not free the registry entry, and creating a second under the same name fails. Nothing reads the name -- the viewer is loaded by reference, and cleanLayout strips it out of saved configs -- so it only has to be unique. The previous name is remembered and freed on the next load, when the viewer has let go of it. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| public | ||
| src | ||
| vendor | ||
| .gitignore | ||
| eslint.config.js | ||
| index.html | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| vite.config.js | ||
React + Vite
This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.
Currently, two official plugins are available:
- @vitejs/plugin-react uses Oxc
- @vitejs/plugin-react-swc uses SWC
React Compiler
The React Compiler is not enabled on this template because of its impact on dev & build performances. To add it, see this documentation.
Expanding the ESLint configuration
If you are developing a production application, we recommend using TypeScript with type-aware lint rules enabled. Check out the TS template for information on how to integrate TypeScript and typescript-eslint in your project.