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(gatsby): Fix hot reloading for Safari #29960

Closed
wants to merge 1 commit into from

Conversation

LekoArts
Copy link
Contributor

@LekoArts LekoArts commented Mar 3, 2021

Description

Fixes #29952

It fixes the case for page queries, but at the moment it doesn't fix the issue that other updates (e.g. updating the React component's content itself) triggers an update.

For some reason only on Safari it doesn't find it:

Bildschirmfoto 2021-03-03 um 14 48 32

However, adding the timestamp at least doesn't show the error overlay anymore. More to investigate to make real hot reloading work everywhere for Safari.

Related Issues

vuejs/vue-cli#1132

In commits 33dad39, 52dbdf8, and 0909bc8 of Vue CLI some things were tried, but they reverted them.

[ch26278]

@gatsbot gatsbot bot added the status: triage needed Issue or pull request that need to be triaged and assigned to a reviewer label Mar 3, 2021
@LekoArts LekoArts added topic: hot reloading and removed status: triage needed Issue or pull request that need to be triaged and assigned to a reviewer labels Mar 3, 2021
@LekoArts LekoArts changed the title fix showing error message fix(gatsby): Fix hot reloading for Safari Mar 3, 2021
@LekoArts LekoArts added topic: DX Developer Experience (e.g. Fast Refresh, i18n, SSR, page creation, starters) and removed topic: hot reloading labels May 28, 2021
@LekoArts LekoArts closed this Jan 28, 2022
@LekoArts LekoArts deleted the safari-hot-reloading branch January 28, 2022 18:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
topic: DX Developer Experience (e.g. Fast Refresh, i18n, SSR, page creation, starters)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Hot reloading not working with PageQueries with Safari on Gatsby v3
1 participant