oidc-react icon indicating copy to clipboard operation
oidc-react copied to clipboard

feat: work around SSR issues

Open pseudoramble opened this issue 2 years ago β€’ 3 comments

Pitching an idea to work on #597. Not sure I love this, but my quick testing does show that it works at least for my use cases :)

pseudoramble avatar Aug 13 '21 16:08 pseudoramble

Thanks for opening this pull request! The maintainers of this repository would appreciate it if you would update some of our documentation based on your changes. You can run yarn generate-docs to generate some!

update-docs[bot] avatar Aug 13 '21 16:08 update-docs[bot]

Codecov Report

Merging #695 (7fb42a7) into master (cd63317) will decrease coverage by 3.50%. The diff coverage is 33.33%.

:exclamation: Current head 7fb42a7 differs from pull request most recent head b332948. Consider uploading reports for the commit b332948 to get more accurate results Impacted file tree graph

@@            Coverage Diff             @@
##           master     #695      +/-   ##
==========================================
- Coverage   98.57%   95.06%   -3.51%     
==========================================
  Files           1        1              
  Lines          70       81      +11     
  Branches       17       22       +5     
==========================================
+ Hits           69       77       +8     
- Misses          0        4       +4     
+ Partials        1        0       -1     
Impacted Files Coverage Ξ”
src/AuthContext.tsx 95.06% <33.33%> (-3.51%) :arrow_down:

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 f13cfe6...b332948. Read the comment docs.

codecov[bot] avatar Aug 13 '21 16:08 codecov[bot]

I've released this on [email protected] (tagged with alpha). This way people can test it out on their own setups πŸ‘

simenandre avatar Oct 02 '21 12:10 simenandre