After creating a vue-native project with the command vue-native init henry-pager
, I navigated to the directory and initiated the online builder by running expo start
. However, when attempting to run it on the web platform, an error message appeared:
Error: Element type is invalid: expected a string (for built-in components) or a class/function (for composite components) but got: object.
Check the render method of `ExpoRootComponent`.
I am in need of assistance as I am new to this Vue-native project and am not sure how to proceed from here!