The slice filters the rows being copied, so cloning prior year forward means selecting last December and shifting it, not selecting the December you want to fill. Selecting the destination matches nothing -- prior year's rows are labelled with prior year's periods, so a 2027 slice and a 2026 segment share no rows -- and it fails silently, as zero rows cloned. Nothing in the form said which way round it was, and "copy from <segment>" reads like the selection is the target. It now says the selection is what gets copied, and the segment narrows it rather than replacing 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.