-
Notifications
You must be signed in to change notification settings - Fork 3
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
Uncaught Error: Element type is invalid: #2
Comments
This happens also if you try with WP 6.7 |
2 tasks
👋 @RockyKev This is a known issue: the example plugin, as it is, it's not compatible with all WordPress/Gutenberg versions. A fix (with the explanation) has landed in Gutenberg as of WordPress/gutenberg#66825 and it'll take one week or two to be released. I'll update this plugin when it does. |
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm using
wp-env start
to kick up a docker server. Uncertain if it's related.How to recreate:
"@wordpress/dataviews": "^4.4.0"
npm i
to install that newer versionhttp://localhost:8888/wp-admin/upload.php?page=add-media-from-third-party-service
The current project is using @wordpress/dataviews 4.2.0, and that version works.
The text was updated successfully, but these errors were encountered: