-
Notifications
You must be signed in to change notification settings - Fork 2k
Gutenboarding: Squash type errors #38401
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
Conversation
|
Here is how your PR affects size of JS and CSS bundles shipped to the user's browser: App Entrypoints (~5 bytes added 📈 [gzipped]) DetailsCommon code that is always downloaded and parsed every time the app is loaded, no matter which route is used. Legend What is parsed and gzip size?Parsed Size: Uncompressed size of the JS and CSS files. This much code needs to be parsed and stored in memory. Generated by performance advisor bot at iscalypsofastyet.com. |
client/landing/gutenboarding/onboarding-block/design-selector/index.tsx
Outdated
Show resolved
Hide resolved
ockham
left a comment
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 a ton for taking this on! 👏
I have one thing that I'm a bit unsure about (see this comment on my PR). I'd like to hear your thoughts on that before we settle on either fix 😄
3f75d76 to
da18ac7
Compare
React.createElement does not detect missing props
da18ac7 to
af5ba7d
Compare
This reverts commit 2ab9c38.
|
#38466 Fixes an additional type issue with asset modules handled by the file-loader |
ockham
left a comment
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.
Okay, I think I'm fine with merging this. Let's maybe add a comment to the queryObject cast, mentioning that we think the issue should probably fixed upstream (per our discussion here).
Changes proposed in this Pull Request
Required for #37945
Testing instructions
/gutenboardingnpm run typecheck -- --project client/landing/gutenboarding- no errors 🎉