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

Data: Add RegistryConsumer export #9042

Merged
merged 1 commit into from
Aug 16, 2018
Merged

Data: Add RegistryConsumer export #9042

merged 1 commit into from
Aug 16, 2018

Commits on Aug 16, 2018

  1. Data: Add RegistryConsumer export

    The plugin code relies on the RegistryProvider to be able to add
    functionality to the registry. `withSelect` uses the RegistryConsumer,
    but code outside of `@wordpress/data` can't access this modified
    registry at all (even though it can create it!).
    This solves the incongruence by simply exporting RegistryConsumer as
    well.
    coderkevin committed Aug 16, 2018
    Configuration menu
    Copy the full SHA
    ecae974 View commit details
    Browse the repository at this point in the history