Skip to content
#

gutenberg

Here are 497 public repositories matching this topic...

gutenberg
mrleemon
mrleemon commented Jul 14, 2021

Recently, the docs have been updated to use the useState hook instead of the withState HOC, because the later has been deprecated:

WordPress/gutenberg#33173

Even if it's not deprecated (as far as I know), I would like to see references to the withSelect HOC removed from the docs in favor of the simpler useSelect hook to encourage devs to use more modern React

woocommerce-gutenberg-products-block
opr
opr commented Jun 28, 2021

Describe the bug

When using Twenty Twenty-One, if you have a RemovableChip (e.g. when a coupon is added to the cart) the background of the cross icon to remove it is the wrong colour.

To reproduce

Steps to reproduce the behavior:

  1. Activate the Twenty Twenty-One theme.
  2. Ensure there's a coupon created on your site.
  3. Add some products to your cart and go to the cart block.
    3
fabiankaegy
fabiankaegy commented Aug 7, 2020

It would be cool to have an additional parameter when creating a BlockStory to allow to create stories for Mobile as well as Desktop.

I'm not sure wether we should just have a Boolean to toggle between mobile & Desktop, have an array of different possible screen sizes or just pass through the viewportWidth to the BlockPreview component.

Improve this page

Add a description, image, and links to the gutenberg topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the gutenberg topic, visit your repo's landing page and select "manage topics."

Learn more