[docs] "vNaN pre-release"
See original GitHub issue- The issue is present in the latest release.
- I have searched the issues of this repository and believe that this is not a duplicate.
Current Behavior 😯
visit https://material-ui.com/versions/ and notice that the first item reads vNaN pre-release
Expected Behavior 🤔
it should read v5.0.0-alpha.34 pre-release
Steps to Reproduce 🕹
I presume this only happens when we have alpha/beta release tags
Context 🔦
I haven’t run the project to be sure, but I am pretty sure https://github.com/mui-org/material-ui/blob/next/docs/pages/versions.js#L69 is the culprit. Number(undefined)
=> NaN
and NaN + 1
=> NaN
.
Issue Analytics
- State:
- Created 2 years ago
- Comments:5 (5 by maintainers)
Top Results From Across the Web
[docs] "vNaN pre-release" #26455 - mui/material-ui · GitHub
I've faced issues with reproducing current behavior. I'm new to this project and not familiar with codebase so well. After I run locally...
Read more >Chrome browser release channels - Google Support
As a Chrome administrator, you can choose when to roll out Chrome browser updates to your users by placing them on a release...
Read more >Android Beta Program - Google
Android Beta for Pixel offers you a simple way to try pre-release versions of Android, and test drive our new features. The feedback...
Read more >Prerelease - 'So, you're an orphan now' - Jojanneke van den ...
In December 2013, the international edition of the book 'So, you're an orphan now' will be available for purchase online.
Read more >3.11.1 Documentation
in-depth documents on specific topics. Installing Python Modules installing from the Python Package Index & other sources. Distributing Python Modules
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Somebody from the core team pushed the master branch to https://github.com/mui-org/material-ui-docs (could be me, no idea). I have removed the branch. We are good.
I’m just not sure, unfortunately. sorry 'bout that. I would also have to dig around and see what I can find.