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

fix: Avoid empty Gallery block error #49557

Merged
merged 3 commits into from
Apr 7, 2023

Commits on Apr 3, 2023

  1. fix: Avoid empty Gallery block error

    Setting a default function parameter avoids an error when
    `innerBlockImages` is `undefined`. This default function parameter may
    be unnecessary and masking a underlying issue.
    dcalhoun committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    bebff9d View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2023

  1. docs: Add change log entry

    dcalhoun committed Apr 7, 2023
    Configuration menu
    Copy the full SHA
    e00b194 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'trunk' of github.com:WordPress/gutenberg into fix/avoid…

    …-empty-gallery-block-error
    dcalhoun committed Apr 7, 2023
    Configuration menu
    Copy the full SHA
    b7d430b View commit details
    Browse the repository at this point in the history