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

Jetpack: WordPress 6.8 Compatibility - Fix data manipulation within useSelect in core features #42434

Open
coder-karen opened this issue Mar 13, 2025 · 1 comment · May be fixed by #42435
Open

Comments

@coder-karen
Copy link
Contributor

coder-karen commented Mar 13, 2025

Issue

This is a sub-issue of #42421

Within the Jetpack plugin, there are various instances where the usage of useSelect will result in fairly bulky console warnings in WordPress 6.8, if script debug is enabled on a site:

  • Blogging Prompt - usePromptTags
  • Donations block - selectedProducts
  • Button block - attributesToSync

These instances should be fixed.

Copy link
Contributor

OpenAI suggested the following labels for this issue:

  • [Feature Group] Content Management: The issue pertains to managing content within the Jetpack plugin, specifically around data manipulation in features related to WordPress compatibility.
  • [Feature] Jetpack: The issue directly involves the Jetpack plugin, which is the main context of the problem described.
  • [Feature] Related Posts: The issue specifically mentions the Related Posts block, which uses the useSelect function and is causing console warnings.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment