-
-
Notifications
You must be signed in to change notification settings - Fork 32.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
[docs] Add TS demos for SimpleNoSsr and FrameDeferring #17913
Conversation
be03fd0
to
42ba28e
Compare
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
No bundle size changes comparing 7bd8216...bd5acfe |
This comment has been minimized.
This comment has been minimized.
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.
Thanks. Just a minor note about resolving type issues concerning component return types.
9c71f6d
to
f8ffd2a
Compare
I suspect an issue in React itself. It was working a year ago.
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.
- It seemed that the deferred demo was broken. I have added the v3.x logic back to make it behave as it used to.
- I have removed the use of makeStyles from the first demo.
- I have fixed the layout wrap, it was broken at some point in the past.
@ganes1410 Thanks |
@eps1lon @oliviertassinari Thanks for the opportunity.😊 |
I have added ts demos for
SimpleNoSsr
andFrameDeferring
in this issue #14897.