Skip to content

Component does no re-render! #3293

Answered by urugator
kovkev asked this question in Q&A
Discussion options

You must be logged in to vote

Have you consulted https://mobx.js.org/analyzing-reactivity.html ?

Also highly suggest

configure({   
    computedRequiresReaction: true,
    reactionRequiresObservable: true,
    observableRequiresReaction: true,
})

https://mobx.js.org/configuration.html#linting-options

Replies: 4 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by kubk
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #3292 on February 12, 2022 16:54.