Skip to content

Regression in 1.47.0 with empty default slots #1007

@ekhaled

Description

@ekhaled

This REPL fails with Cannot read property 'default' of undefined

but works in <= v1.46.0

The following ways of adding components in v1.47.0 work:

<Person :data :foo :bar />
<Person :data :foo :bar ></Person>

The following ways fail:

<Person :data :foo :bar >
</Person
<Person 
  :data 
  :foo 
  :bar
>
</Person>

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions