Issue with inferencer generated code
I'm getting this error "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
However, when the auto-generated code is manually copied for debugging, the issue went away and everything works just fine
Is there any known issue related to inferencer?
Field2." for a page generated by inferencerHowever, when the auto-generated code is manually copied for debugging, the issue went away and everything works just fine
Is there any known issue related to inferencer?
