DeepFrontend
Learning Paths
Practice
System Design & DS
Design Studio
Data Structures Curriculum
Real-World Case Studies
Careers
Job Board
Resume Builder
Blog
Sign in
Search
⌘K
Go Pro
Loading compiler resources...
State Management Quiz Practice
Active Recall Drill Session
← Exit Session
Question 1 of 1
hard
State Management
Reading an observable property inside a setTimeout callback, rather than during a component's render or an autorun — what happens?
A
It's automatically tracked exactly like a render-time read
B
This read is NOT tracked — automatic tracking only registers a dependency during an actively-tracked function's execution
C
It throws an error
D
It permanently disables tracking for that property
Check Answer