-
Notifications
You must be signed in to change notification settings - Fork 685
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
[doc]: Reference to @apollo/react-hooks breaks #3038
Labels
Comments
Hi @sta1r. Thank you for your report. Please, add a comment to assign the issue:
|
sta1r
added a commit
to sta1r/pwa-studio
that referenced
this issue
Mar 3, 2021
sta1r
added a commit
to sta1r/pwa-studio
that referenced
this issue
Mar 3, 2021
@magento export issue to JIRA project PWA as Task |
✅ Jira issue (https://jira.corp.magento.com/browse/PWA-1493) is successfully created for this issue. |
sta1r
added a commit
to sta1r/pwa-studio
that referenced
this issue
Mar 4, 2021
github-jira-sync-bot
added
Progress: PR review
and removed
Progress: ready for review
labels
Mar 4, 2021
dpatil-magento
added a commit
to sta1r/pwa-studio
that referenced
this issue
Mar 4, 2021
dpatil-magento
added a commit
that referenced
this issue
Mar 4, 2021
* Use @apollo/client fixes #3038 * Update @apollo/client version Co-authored-by: Stephen <sirugh@users.noreply.github.com> Co-authored-by: Stephen <sirugh@users.noreply.github.com> Co-authored-by: Devagouda <40405790+dpatil-magento@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the request
In this tutorial https://magento.github.io/pwa-studio/tutorials/intercept-a-target/modify-talon-results/ there is a line that needs updating.
The package.json above does not list a dependency on
@apollo/react-hooks
so this breaks the demo.Possible solutions
Replace the line with:
and update the dependency in package.json to
"@apollo/client": "~3.0.0"
.Screenshots
Please let us know whether this is a new topic or a topic change request:
The text was updated successfully, but these errors were encountered: