virtual
virtual copied to clipboard
Update npm latest tag to point to Beta v3
Describe the bug
Currently, tanstack virtual installs by default the alpha version.
Your minimal, reproducible example
Steps to reproduce
npm i @tanstack/virtual
Expected behavior
The latest Beta version is installed.
How often does this bug happen?
Every time
Screenshots or Videos
No response
Platform
tanstack-virtual version
3.0.0-alpha.0
TypeScript version
No response
Additional context
No response
Terms & Code of Conduct
- [X] I agree to follow this project's Code of Conduct
- [X] I understand that if my bug cannot be reliable reproduced in a debuggable environment, it will probably not be fixed and this issue may even be closed.
I have the same situation. It doesn't allow the usage of tools like npm-check-updates as when we do ncu -u we get the 3.0.0-alpha.0 version instead of the 3.0.0-beta.xx.
Is this by design?