Skip to content

Uncaught (in promise) TypeError: h is not a function #182

@tomasgil123

Description

@tomasgil123

I made a test component with jsx:

//test.jsx
import { defineComponent } from "vue";

export default defineComponent({
  render() {
    return <div>Parent</div>;
  }
});

When I try to use it the app crashes with the following error:
image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions