-
Notifications
You must be signed in to change notification settings - Fork 0
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 TypeError: t.map is not a function #27
Comments
The problem is associated with the oik-types plugin and CPTs which implement the template argument, The CPTs which could have been affected were:
The workaround is to delete the overridden CPT entries in oik-types admin ( Types > Types ). |
This problem first occurred in blocks.wp.a2z then blocks.wp-a2z.org |
It happened again in wp-secrets.co.uk where I removed "Display in blog home page" from post type supports for oik-plugins. |
The problem was in While investigating the fix I wrote some code to display an excerpt of the template when editing a CPT. |
The above error occurred in one of your React components:
Consider adding an error boundary to your tree to customize error handling behavior.
Visit https://reactjs.org/link/error-boundaries to learn more about error boundaries.
Originally posted by @bobbingwide in bobbingwide/bobbingwide#104 (comment)
The text was updated successfully, but these errors were encountered: