David Arenas
David Arenas
@samueljseay, could you cherry-pick [this commit](https://github.com/woocommerce/woocommerce/commit/ff661e706fbca2f48263af02d1b41ffebae196d1)? It backports [this bug fix](https://github.com/WordPress/gutenberg/pull/64825) from Gutenberg. Thank you! * Fix: https://github.com/WordPress/gutenberg/pull/64825 * Commit: https://github.com/woocommerce/woocommerce/commit/ff661e706fbca2f48263af02d1b41ffebae196d1
## Updates I've added the following bug fixes to the tracking issue: - https://github.com/WordPress/gutenberg/pull/65090 - https://github.com/WordPress/gutenberg/pull/65135 The first bug was a regression introduced in https://github.com/WordPress/gutenberg/pull/62734, and it's merged and ready...
I've just created a draft for the `getServerContext()` and `getServerState()` functions. - https://github.com/WordPress/gutenberg/pull/65151
I've marked the PR as ready for review.
@sirreal has faced an issue in this PR with the initial state merge. After taking a look, I've found these two problems we should address: 1. I moved the state...
> Let's also see if we can get rid of the dependency on `DOMContentLoaded`, which has been causing some issues. Done in https://github.com/WordPress/gutenberg/pull/62734/commits/ebbe873ea602932492ed12a278e46a45e28dcdd1. As the `init()` function uses `splitTask()` internally,...
Luis, I've addressed all the actionable feedback you shared. Feel free to take a look at the PR again. 🙂
@luisherranz, changelog updated!
I think we can use some logic that detects whether the elements are stacked, and then modify the [`tabindex` attribute](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/tabindex) for those elements through `data-wp-bind` directives. That way, there's no...