You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Element type is invalid: expected a string (for built-in components) or a class/function (for composite components) but got: undefined. You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports.
Check the render method of `ArrayFieldDescription`.
Version
You can usually get this information in your package.json or in the file URL if you're using the unpkg one:
Prerequisites
Description
The
bootstrap-4
theme does not render when using this schema, while thecore
does this perfectly fine (see Codesandbox)Steps to Reproduce
Run Codesandbox.
Expected behavior
Renders the schema in the UI.
Actual behavior
Does not render schema and presents an error:
Version
You can usually get this information in your
package.json
or in the file URL if you're using the unpkg one:The text was updated successfully, but these errors were encountered: