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(react): useObservablesProxy calls setState during a render #1028

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

divdavem
Copy link
Member

fix #1027

Copy link

codecov bot commented Nov 20, 2024

Codecov Report

Attention: Patch coverage is 93.87755% with 3 lines in your changes missing coverage. Please review.

Project coverage is 91.89%. Comparing base (06ef4c8) to head (77586a2).

Files with missing lines Patch % Lines
react/headless/src/utils/stores.ts 93.87% 1 Missing and 2 partials ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1028      +/-   ##
==========================================
+ Coverage   91.87%   91.89%   +0.02%     
==========================================
  Files          98       98              
  Lines        2670     2703      +33     
  Branches      438      443       +5     
==========================================
+ Hits         2453     2484      +31     
- Misses        140      141       +1     
- Partials       77       78       +1     
Flag Coverage Δ
e2e 83.38% <93.87%> (+0.13%) ⬆️
unit 84.48% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@divdavem divdavem changed the title [WIP] fix(react): useObservablesProxy calls setState during a render fix(react): useObservablesProxy calls setState during a render Dec 3, 2024
@divdavem divdavem marked this pull request as ready for review December 3, 2024 15:12
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.

[Bug] React useObservablesProxy calls a setState during a render
1 participant