What bug can happen if you intentionally omit a reactive dependency from an Effect?
React stops rendering the component entirely
The Effect may use stale values from older renders
State variables become immutable
The dependency array becomes optional permanently