Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: use memoized context value #880

Merged
merged 1 commit into from
Aug 4, 2022

Conversation

m-irc-o
Copy link
Contributor

@m-irc-o m-irc-o commented Aug 4, 2022

Use a memoized AuthContextProps and memoized functions for AuthContext.Provider value

Fixes #879

Use a memoized AuthContextProps and memoized functions for AuthContext.Provider value
@update-docs
Copy link

update-docs bot commented Aug 4, 2022

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!

@codecov
Copy link

codecov bot commented Aug 4, 2022

Codecov Report

❗ No coverage uploaded for pull request base (main@75dc2d5). Click here to learn what that means.
The diff coverage is n/a.

@@           Coverage Diff            @@
##             main      #880   +/-   ##
========================================
  Coverage        ?   100.00%           
========================================
  Files           ?         1           
  Lines           ?        86           
  Branches        ?        32           
========================================
  Hits            ?        86           
  Misses          ?         0           
  Partials        ?         0           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@simenandre simenandre merged commit 3342a8d into bjerkio:main Aug 4, 2022
@m-irc-o m-irc-o deleted the use-memoized-context-value branch August 4, 2022 08:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

AuthContext changes on window resizing
2 participants