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

Learn WordPress Content Feedback - Missing import statement in the final code #1566

Open
4 tasks
RockyKev opened this issue May 21, 2023 · 0 comments
Open
4 tasks
Labels
Awaiting Triage Issues awaiting triage. See Training Team handbook for how to triage issues. [Content] Feedback Feedback provided about content on Learn.

Comments

@RockyKev
Copy link

Feedback Details

Write a description of your feedback here:

Assuming the student will copy/paste this final code. If they try to run it, they'll run into a error.

Proposed change:

import { SearchControl, Spinner } from "@wordpress/components";
import { useState, render } from "@wordpress/element";
import { useSelect } from "@wordpress/data";
import { store as coreDataStore } from "@wordpress/core-data";
import { decodeEntities } from "@wordpress/html-entities";

Feedback Report Checklist:

  • Feedback validated
  • Update proposed
  • Update reviewed
  • Update published
@RockyKev RockyKev added Awaiting Triage Issues awaiting triage. See Training Team handbook for how to triage issues. [Content] Feedback Feedback provided about content on Learn. labels May 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Awaiting Triage Issues awaiting triage. See Training Team handbook for how to triage issues. [Content] Feedback Feedback provided about content on Learn.
Projects
Status: Awaiting Validation
Development

No branches or pull requests

1 participant