wrappid / core

This is a Wrappid package repository that contains core functionalities of Wrappid Framework that enables users to use Wrappid's core features and components.
MIT License
10 stars 4 forks source link

bug: CoreContainer is not rendering #159

Closed samhere17 closed 4 months ago

samhere17 commented 4 months ago

Describe the bug

CoreContainer is not rendering. I have added the below code in one of my component and it is not rendering.

<CoreContainer>hello</CoreContainer>

To Reproduce

Steps to reproduce the behavior: Use <CoreContainer>hello</CoreContainer> anywhere.

Expected behavior

CoreContainer should render.

Stack Trace

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 `CoreContainer`.
Error: 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 `CoreContainer`.
    at createFiberFromTypeAndProps (http://localhost:3000/static/js/bundle.js:296313:21)
    at createFiberFromElement (http://localhost:3000/static/js/bundle.js:296334:19)
    at reconcileSingleElement (http://localhost:3000/static/js/bundle.js:285433:27)
    at reconcileChildFibers (http://localhost:3000/static/js/bundle.js:285483:39)
    at reconcileChildren (http://localhost:3000/static/js/bundle.js:288422:32)
    at mountIndeterminateComponent (http://localhost:3000/static/js/bundle.js:289259:9)
    at beginWork (http://localhost:3000/static/js/bundle.js:290487:20)
    at HTMLUnknownElement.callCallback (http://localhost:3000/static/js/bundle.js:275503:18)
    at Object.invokeGuardedCallbackDev (http://localhost:3000/static/js/bundle.js:275547:20)
    at invokeGuardedCallback (http://localhost:3000/static/js/bundle.js:275604:35)
Edithmark42 commented 4 months ago

This issue was resolved in Native-web and Native-mobile.

techoneel commented 4 months ago

resolved this issue