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

fix(preview): set resolvedUrls null after close #18445

Merged
merged 1 commit into from
Oct 24, 2024
Merged

Conversation

bluwy
Copy link
Member

@bluwy bluwy commented Oct 24, 2024

Description

  • After the preview server is closed, resolvedUrls is reset to null (we did for the dev server but not for preview)
  • Improve jsdoc for resolvedUrls, particularly I wanted to note that they're URL encoded after reviewing fix(dev): prevent double URL encoding in server.open on macOS #18443
  • Improve jsdoc to mention that resolvedUrls can be null if the server is "not listening", not necessarily "before listening" (which could imply that the resolvedUrls may retain after closing the server)

@bluwy bluwy added the p3-minor-bug An edge case that only affects very specific usage (priority) label Oct 24, 2024
@patak-dev patak-dev merged commit 65014a3 into main Oct 24, 2024
14 checks passed
@patak-dev patak-dev deleted the preview-resolvedUrls branch October 24, 2024 07:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
p3-minor-bug An edge case that only affects very specific usage (priority)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants