FormidableLabs / react-ssr-prepass

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

React 18 alias useId, unstable_useId and unstable_useOpaqueIdentifier #76

Closed MarcGuiselin closed 2 years ago

MarcGuiselin commented 2 years ago

Fixes https://github.com/FormidableLabs/react-ssr-prepass/issues/74

I probably didn't need to break this out into another pull request did I haha

codecov-commenter commented 2 years ago

Codecov Report

Merging #76 (6a6939f) into master (a2660b4) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #76   +/-   ##
=======================================
  Coverage   95.93%   95.93%           
=======================================
  Files          12       12           
  Lines         516      516           
  Branches       89       89           
=======================================
  Hits          495      495           
  Misses         19       19           
  Partials        2        2           
Impacted Files Coverage Δ
src/internals/dispatcher.js 92.72% <ø> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update a2660b4...6a6939f. Read the comment docs.

MarcGuiselin commented 2 years ago

Can someone please merge this and create a new release, or did I forget to do something?

kitten commented 2 years ago

All done and published :+1: