FormidableLabs / react-ssr-prepass

A custom partial React SSR renderer for prefetching and suspense
MIT License
592 stars 26 forks source link

v1.5.0 Missing from Github #81

Open steelbrain opened 2 years ago

steelbrain commented 2 years ago

Hello!

I was going through dependency upgrades and while looking for the changelog, noticed that the current latest version tagged on NPM is v1.5.0 while the version on master in Github is still 1.4.0. See https://github.com/FormidableLabs/react-ssr-prepass/blob/099119761074dc35d2bc0d884297e6c84c77f684/package.json#L3

May you please update the repository to reflect the state of the package, or vice-versa?

Thanks!

thomasjm commented 1 year ago

Seconding this, any chance you could take a look @kitten ?

This is causing me some confusion because I'm trying to get a fork with #85 working, since SSR currently crashes for me on React 18 due to #84.