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
As soon as I add the addon, I get this error message. If you look at the example component that I have, it is a valid React component.
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.
I'm seeing this issue as well. Similar to the example posted by @roboabad I am not importing other components so there is no circular import. As soon as I remove this addon it starts working. I've tried both the decorator and setAddon methods.
Also I've noticed that when it fails it sometimes renders the JSX in the panel, but the actual component never renders.
Versions
As soon as I add the addon, I get this error message. If you look at the example component that I have, it is a valid React component.
The text was updated successfully, but these errors were encountered: