Skip to content

perf: reduce settings changing notification for nextid - #5788

Merged
guanbinrui merged 2 commits into
developfrom
perf/reduce-notif
Mar 7, 2022
Merged

perf: reduce settings changing notification for nextid#5788
guanbinrui merged 2 commits into
developfrom
perf/reduce-notif

Conversation

@UncleBill

Copy link
Copy Markdown
Contributor

dismissVerifyNextID is not a primitive type, every time it changes, it trigger the notification.

export const dismissVerifyNextID: NetworkSettings<{ [key in string]: boolean }> = createNetworkSettings(
'dismissVerifyNextID',
{},
)

before after
image image
image no more repeats

@github-actions

github-actions Bot commented Mar 5, 2022

Copy link
Copy Markdown
Contributor

@github-actions
github-actions Bot temporarily deployed to pull request March 5, 2022 07:59 Inactive
@guanbinrui
guanbinrui merged commit 0d51265 into develop Mar 7, 2022
@guanbinrui
guanbinrui deleted the perf/reduce-notif branch March 7, 2022 06:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants