You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This regressed with e14cb87 / #3385, which went live on Monday (2 days ago).
1. The base `PlanningSheet` class initializing `goalStart`
2. `goalColumn` was read, which read the `revisionCell`
3. `revisionCell` wasn't initialized yet, because it is defined in child classes.
Switching `goalStart` to be lazy fixes this.
It was also the only property in the base class that was eagerly initialized.
0 commit comments