Conversation
|
The following accounts have interacted with this PR and/or linked issues. I will continue to update these lists as activity occurs. You can also manually ask me to refresh this list by adding the If you're merging code through a pull request on GitHub, copy and paste the following into the bottom of the merge commit message. To understand the WordPress project's expectations around crediting contributors, please review the Contributor Attribution page in the Core Handbook. |
|
Flaky tests detected in 072e843. 🔍 Workflow run URL: https://github.com/WordPress/gutenberg/actions/runs/17763767596
|
What?
Initially discussed in woocommerce/woocommerce@3b133f2#r165804930.
This PR types the Interactivity API's
getConfig()function, similar to how it's done forgetContext().Why?
This allows consumers to consume it like this:
instead of missing the types or having to add a type assertion as
Testing Instructions
Expected 0 type arguments, but got 1..