Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bugfix: Document Workspace Info Links error #17483

Merged
merged 1 commit into from
Nov 12, 2024

Conversation

leekelleher
Copy link
Member

Description

When navigating away from the Document Workspace Info view, the Links component will throw an error as the _unique is undefined.

Given how observeMultiple works, it should be expected that _unique may be undefined when navigating away from the Info view, so rather than throw a console error, we don't attempt to request the link URLs.

Ensures that `_unique` has value. This was previously throwing
an error, but given how `observeMultiple` works, it is expected that
`_unique` may be `undefined` when navigating away from the Info view.
@iOvergaard iOvergaard enabled auto-merge (squash) November 11, 2024 10:39
@iOvergaard iOvergaard disabled auto-merge November 12, 2024 08:17
@iOvergaard iOvergaard merged commit f916229 into v15/dev Nov 12, 2024
17 of 20 checks passed
@iOvergaard iOvergaard deleted the v15/bugfix/document-info-links-disconnect branch November 12, 2024 08:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants