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
Navigation editor only processes a subset of blocks in the editor, silently omitting anything that's not supported:
gutenberg/packages/edit-navigation/src/store/actions.js
Lines 207 to 209 in fa57287
It would be useful to log a warning and make any problems there apparent.
The text was updated successfully, but these errors were encountered:
@adamziel
It would be useful to logging a warning and make any problems there apparent.
When you say it would be helpful to log warnings, do you mean simple browser console warnings? Or do we need something more complicated?
Sorry, something went wrong.
do you mean simple browser console warnings?
@anton-vlasenko Yup, exactly! Just to let the developers know something is off. I think we could use @wordpress/warning here.
@wordpress/warning
anton-vlasenko
Successfully merging a pull request may close this issue.
Navigation editor only processes a subset of blocks in the editor, silently omitting anything that's not supported:
gutenberg/packages/edit-navigation/src/store/actions.js
Lines 207 to 209 in fa57287
It would be useful to log a warning and make any problems there apparent.
The text was updated successfully, but these errors were encountered: