Mobx App.tsx observation with Vite does not work #3861
-
Hi, I moved to Vite from react-scripts and I found that my
For now If i logout and This worked with |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
I don't see an |
Beta Was this translation helpful? Give feedback.
I don't see an
observer
around your components. Does it make a difference if themakeAutoObservable
is moved to the end of the constructor? If so, class compilation flags deviate to be non-standard (probably can be worked around by initializing fields at the declaration).