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
React.createElement: 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. Check the render method of BillSummaryContainer
I get the error on the console but the UI works well and the modal shows.
Any ideas why it's doing this?
The text was updated successfully, but these errors were encountered:
React.createElement: 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. Check the render method of
BillSummaryContainer
I get the error on the console but the UI works well and the modal shows.
Any ideas why it's doing this?
The text was updated successfully, but these errors were encountered: