We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Since the Gutenberg plugin is continuously evolving, week after week, some code potentially goes stale like what happened here.
Currently, there is new validation API which is causing issues with the Tweet Block. I figure it must be this file https://github.com/WordPress/gutenberg/blob/db507cd/blocks/api/validation.js
One of the demo tweet blocks I had built it now renders corrupted.
With this log message
Whereas I have myself changed the href in save: part of wp.blocks.registerBlockType API. E.g.
save:
wp.blocks.registerBlockType
Code present here.
Looking forward!
The text was updated successfully, but these errors were encountered:
This repository is depreciated in favor of create-guten-block
Sorry, something went wrong.
No branches or pull requests
Since the Gutenberg plugin is continuously evolving, week after week, some code potentially goes stale like what happened here.
Currently, there is new validation API which is causing issues with the Tweet Block.
I figure it must be this file https://github.com/WordPress/gutenberg/blob/db507cd/blocks/api/validation.js
One of the demo tweet blocks I had built it now renders corrupted.
With this log message
Whereas I have myself changed the href in
save:
part ofwp.blocks.registerBlockType
API.E.g.
Code present here.
Looking forward!
The text was updated successfully, but these errors were encountered: