-
Notifications
You must be signed in to change notification settings - Fork 78
Turn on no-getstate eslint rule and apply fixes #5239
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
Merged
Merged
Changes from 13 commits
Commits
Show all changes
16 commits
Select commit
Hold shift + click to select a range
29e5c38
Add eslint rule to guard against improper usage of adapter.getState()
JamesBurnside b33ee76
turn off until implemented
JamesBurnside b3a9482
Merge branch 'main' into jaburnsi/lint-rule
JamesBurnside 14a1700
update to new name
JamesBurnside 600ee93
update stable lockfile
JamesBurnside c09fb3f
Turn on no-getstate eslint rule and apply fixes
JamesBurnside 5f0a87d
Changefile
JamesBurnside 0d896fa
fix stable build
JamesBurnside 7081a38
build fix
JamesBurnside 69a01c2
PR updates 1
JamesBurnside d98ddff
stable build missed conditional compile line
JamesBurnside ea5eb5c
Add AzureCommunicationChatAdapter file to exception list
JamesBurnside b4fe4c4
Update packages/react-composites/src/composites/ChatComposite/ChatScr…
JamesBurnside 22b76e7
PR updates 2
JamesBurnside 6e7c085
Merge remote-tracking branch 'origin/main' into jaburnsi/apply-no-get…
JamesBurnside ab7fc73
Merge branch 'main' into jaburnsi/apply-no-getstate-eslint-rules
JamesBurnside File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
9 changes: 9 additions & 0 deletions
9
change/@azure-communication-react-dd7317f8-5a22-4eb5-accb-0f9de6a60bc2.json
This file contains hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,9 @@ | ||
| { | ||
| "type": "patch", | ||
| "area": "fix", | ||
| "workstream": "", | ||
| "comment": "Ensure components re-render when adapter state changes by using useSelector instead of adapter.getState", | ||
| "packageName": "@azure/communication-react", | ||
| "email": "2684369+JamesBurnside@users.noreply.github.com", | ||
| "dependentChangeType": "patch" | ||
| } |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.