bazel-contrib / bcr-ui

Website for the Bazel Central Registry
https://registry.bazel.build
Apache License 2.0
15 stars 8 forks source link

Version sorting mismatch between direct page load and navigating to page #24

Closed hobofan closed 1 year ago

hobofan commented 1 year ago

Related to #21

When loading one of the module pages (e.g. from the root page), the version sorting is still in the wrong order. However, when doing a direct page load, the page is sorted correctly.

At the same time, there is a minified React error in the console that might be related on those pages: https://reactjs.org/docs/error-decoder.html/?invariant=418

hobofan commented 1 year ago

Fixed by #26