Skip to content

Error vNodes using createVNode is not allowed #3

Description

@rodhoward

I'm getting this error at run time:

Creating Component vNodes using createVNode is not allowed. Use Inferno.createComponentVNode method.

My code is:

import Animate from 'inferno-animate-css';
...
...

 render() {
        return (
            <div>
                <Animate
                    appear="fadeInDown"
                    durationAppear={1000}
                    component="div" >

                    <h1>inferno animate.css</h1>

                </Animate>
</div>
);
}

I'm using chrome on linux. .tsx with fuse-box, ts-transform-inferno.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions