-
Notifications
You must be signed in to change notification settings - Fork 10
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
[initialfallback] Rename WithSSRPlaceholder to InitialFallback #2304
Conversation
🦋 Changeset detectedLatest commit: 3cb03f3 The changes in this PR will be included in the next version bump. This PR includes changesets to release 27 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
GeraldRequired Reviewers
Don't want to be involved in this pull request? Comment |
npm Snapshot: Published🎉 Good news!! We've packaged up the latest commit from this PR (16cd966) and published all packages with changesets to npm. You can install the packages in webapp by running: ./services/static/dev/tools/deploy_wonder_blocks.js --tag="PR2304" Packages can also be installed manually by running: yarn add @khanacademy/wonder-blocks-<package-name>@PR2304 |
Size Change: -16 B (-0.02%) Total Size: 96.1 kB
ℹ️ View Unchanged
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #2304 +/- ##
==========================================
+ Coverage 94.41% 95.14% +0.73%
==========================================
Files 254 254
Lines 30537 30533 -4
Branches 1715 1865 +150
==========================================
+ Hits 28830 29052 +222
+ Misses 1702 1462 -240
- Partials 5 19 +14
... and 47 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
A new build was pushed to Chromatic! 🚀https://5e1bf4b385e3fb0020b7073c-ipllnlneff.chromatic.com/ Chromatic results:
|
Summary:
This renames
WithSSRPlaceholder
to more accurately reflect its purpose. This includes changing theplaceholder
prop tofallback
so that we more closely match theReact.Suspense
API.To update code using
WithSSRPlaceholder
:WithSSRPlaceholder placeholder=
in files using that component toInitialFallback fallback=
WithSSRPlaceholder
toInitialFallback
Issue: XXX-XXXX
Test plan:
yarn test
yarn typecheck
yarn start:storybook
and view the docs for theInitialFallback
component