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.
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
feat: new notification #473
feat: new notification #473
Changes from all commits
947cab0
c91a331
163ad1d
dd7433d
200fd58
c6cace9
9044f01
9b3a14a
3736561
7b2cc5a
60eeb54
226687d
d2fcc76
b78c6a4
01b3081
529ac50
01d4d80
b9cb488
fde797d
fc67ffe
e587976
0e03ec5
41a3408
a3cbd4b
4ba272a
4e2663d
ef1c8ad
f1a713e
5b4ef5f
0540a9c
18d5d09
4f3af59
3f3bbbb
01e4ac2
5d3078f
0fba78a
71374d8
1b357ad
a85b294
7dda146
9ba4b9f
11db551
d1cc6c0
9fc5340
d5027f2
ac9b778
a38fd46
6a02f68
ae8dea6
fe20ba4
81923d5
c08b3e5
fcbb571
3bf944e
a43a568
6d07f7e
b85e928
d76f1c5
1f3a3b9
7bb1f2a
e1fd859
4cdf3e9
9e0d265
67d84ff
feadddd
eee8913
526d3cb
94dc756
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
React.useContext(NoticeContext)
在没有provider的情况下是 null,所以会导致一些测试出错。不过我感觉这里也不用具体给每个失败的测试都加上provider,就直接加了个fallback。