-
Notifications
You must be signed in to change notification settings - Fork 601
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/remove non null assertion #5353
Merged
chrisdholt
merged 6 commits into
microsoft:master
from
m4thieulavoie:fix/remove-non-null-assertion
Nov 5, 2021
Merged
Fix/remove non null assertion #5353
chrisdholt
merged 6 commits into
microsoft:master
from
m4thieulavoie:fix/remove-non-null-assertion
Nov 5, 2021
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
m4thieulavoie
requested review from
chrisdholt,
EisenbergEffect,
janechu and
nicholasrice
as code owners
November 1, 2021 19:57
Change files
m4thieulavoie
force-pushed
the
fix/remove-non-null-assertion
branch
from
November 2, 2021 00:42
c0358b4
to
3b2a093
Compare
scomea
approved these changes
Nov 2, 2021
robarbms
approved these changes
Nov 2, 2021
packages/web-components/fast-components/src/anchored-region/anchored-region.stories.ts
Outdated
Show resolved
Hide resolved
packages/web-components/fast-components/src/anchored-region/anchored-region.stories.ts
Outdated
Show resolved
Hide resolved
β¦chored-region.stories.ts Co-authored-by: Rob Barber <69695238+robarbms@users.noreply.github.com>
β¦chored-region.stories.ts Co-authored-by: Rob Barber <69695238+robarbms@users.noreply.github.com>
chrisdholt
approved these changes
Nov 5, 2021
@m4thieulavoie looks like prettier and lint may be failing - can you try and run locally? |
Sure! Will get back at it either today or this weekend, sorry for the delay π |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Pull Request
π Description
This PR removes the non-null assertions in the anchor region storybook file.
π« Issues
Fixes #5340
π©βπ» Reviewer Notes
π Test Plan
β Checklist
General
$ yarn change
Component-specific
β Next Steps