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
Remove the `paths` var from `getProjectId()` function.
This means we can keep track of which call is the first/second call,
without needing a `paths` var (useful when we support diagrams without a
path).
Intead we use `Cache.previousSelectedProjectId` and
`Cache.usePreviousSelectedProjectId`.
0 commit comments