-
-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
Add support for memoized components #6347
Conversation
Awesome @rafaelfbs 💯 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is great 👍
Codecov Report
@@ Coverage Diff @@
## next #6347 +/- ##
=========================================
- Coverage 40.77% 38.3% -2.47%
=========================================
Files 615 650 +35
Lines 8511 9854 +1343
Branches 535 388 -147
=========================================
+ Hits 3470 3775 +305
- Misses 4949 6019 +1070
+ Partials 92 60 -32
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## next #6347 +/- ##
==========================================
+ Coverage 40.77% 40.77% +<.01%
==========================================
Files 615 616 +1
Lines 8511 8512 +1
Branches 535 535
==========================================
+ Hits 3470 3471 +1
Misses 4949 4949
Partials 92 92
Continue to review full report at Codecov.
|
This pull request is automatically deployed with Now. Latest deployment for this branch: https://monorepo-git-fork-rafaelfbs-next.storybook.now.sh |
Issue: #6298
What I did
Fix component code and component prop table to display info of memoized components. React encapsulates a memoized component as an object with property "type".
How to test